UIKit/lib/model/index.ts

10 lines
283 B
TypeScript
Raw Normal View History

2023-08-28 14:14:39 +00:00
export type * from "./account";
2023-08-28 14:52:17 +00:00
export type * from "./auth";
2023-07-10 17:41:55 +00:00
export type * from "./cart";
export type * from "./discount";
2023-08-29 11:16:10 +00:00
export type * from "./fetchState";
2023-07-10 17:41:55 +00:00
export type * from "./privilege";
export type * from "./tariff";
2023-08-28 14:07:52 +00:00
export type * from "./ticket";
export type * from "./user";