UIKit/lib/model/index.ts

5 lines
157 B
TypeScript
Raw Normal View History

2023-07-10 17:41:55 +00:00
export type * from "./cart";
export type * from "./discount";
export type * from "./privilege";
export type * from "./tariff";
2023-06-06 10:02:17 +00:00
export type * from "./ticket";