fix exports
This commit is contained in:
parent
21a3323af9
commit
2db710de79
@ -10,10 +10,3 @@ export type CustomTariffUserValues = Record<string, number>;
|
|||||||
export type CustomTariffUserValuesMap = Record<ServiceKey, CustomTariffUserValues>;
|
export type CustomTariffUserValuesMap = Record<ServiceKey, CustomTariffUserValues>;
|
||||||
|
|
||||||
export type ServiceKeyToPriceMap = Record<ServiceKey, number>;
|
export type ServiceKeyToPriceMap = Record<ServiceKey, number>;
|
||||||
|
|
||||||
export interface CreateTariffBody {
|
|
||||||
name: string;
|
|
||||||
price?: number;
|
|
||||||
isCustom: boolean;
|
|
||||||
privileges: PrivilegeWithoutPrice[];
|
|
||||||
}
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
export type * from "./account";
|
export type * from "./account";
|
||||||
|
export type * from "./account";
|
||||||
export type * from "./auth";
|
export type * from "./auth";
|
||||||
export type * from "./cart";
|
export type * from "./cart";
|
||||||
export type * from "./discount";
|
export type * from "./discount";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@frontend/kitui",
|
"name": "@frontend/kitui",
|
||||||
"version": "1.0.74",
|
"version": "1.0.75",
|
||||||
"description": "test",
|
"description": "test",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user