8 lines
219 B
TypeScript
8 lines
219 B
TypeScript
export type * from "./account";
|
|
export type * from "./cart";
|
|
export type * from "./discount";
|
|
export type * from "./privilege";
|
|
export type * from "./tariff";
|
|
export type * from "./ticket";
|
|
export type * from "./user";
|