fix exports

This commit is contained in:
nflnkr 2024-03-27 15:09:54 +03:00
parent 21a3323af9
commit 2db710de79
3 changed files with 11 additions and 17 deletions

@ -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",