UIKit/lib/model/index.ts

11 lines
331 B
TypeScript
Raw Normal View History

2024-03-27 12:09:54 +00:00
export type * from "./account";
export type * from "./auth";
export type * from "./cart";
2024-03-27 13:11:37 +00:00
export type * from "./customTariffs";
2024-03-27 12:09:54 +00:00
export type * from "./discount";
export type * from "./fetchState";
export type * from "./privilege";
export type * from "./tariff";
export type * from "./ticket";
export type * from "./user";