diff --git a/lib/model/customTariffs.ts b/lib/model/customTariffs.ts index 572682b..34eb975 100644 --- a/lib/model/customTariffs.ts +++ b/lib/model/customTariffs.ts @@ -10,10 +10,3 @@ export type CustomTariffUserValues = Record; export type CustomTariffUserValuesMap = Record; export type ServiceKeyToPriceMap = Record; - -export interface CreateTariffBody { - name: string; - price?: number; - isCustom: boolean; - privileges: PrivilegeWithoutPrice[]; -} diff --git a/lib/model/index.ts b/lib/model/index.ts index 85206de..f2f6f98 100644 --- a/lib/model/index.ts +++ b/lib/model/index.ts @@ -1,9 +1,10 @@ -export type * from "./account"; -export type * from "./auth"; -export type * from "./cart"; -export type * from "./discount"; -export type * from "./fetchState"; -export type * from "./privilege"; -export type * from "./tariff"; -export type * from "./ticket"; -export type * from "./user"; +export type * from "./account"; +export type * from "./account"; +export type * from "./auth"; +export type * from "./cart"; +export type * from "./discount"; +export type * from "./fetchState"; +export type * from "./privilege"; +export type * from "./tariff"; +export type * from "./ticket"; +export type * from "./user"; diff --git a/package.json b/package.json index 766db5f..4c639f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/kitui", - "version": "1.0.74", + "version": "1.0.75", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js",