5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
export type * from "./cart";
|
|
export type * from "./discount";
|
|
export type * from "./privilege";
|
|
export type * from "./tariff";
|
|
export type * from "./ticket"; |