UIKit/lib/model/index.ts
nflnkr 761a2d7cea 1.0.76
fix exports
2024-03-27 16:11:37 +03:00

11 lines
331 B
TypeScript

export type * from "./account";
export type * from "./auth";
export type * from "./cart";
export type * from "./customTariffs";
export type * from "./discount";
export type * from "./fetchState";
export type * from "./privilege";
export type * from "./tariff";
export type * from "./ticket";
export type * from "./user";