UIKit/lib/model/index.ts
2023-08-14 15:03:23 +03:00

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";