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 ServiceKeyToPriceMap = Record<ServiceKey, number>;
|
||||
|
||||
export interface CreateTariffBody {
|
||||
name: string;
|
||||
price?: number;
|
||||
isCustom: boolean;
|
||||
privileges: PrivilegeWithoutPrice[];
|
||||
}
|
||||
|
@ -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";
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user