UIKit/lib/model/index.ts
2023-08-28 17:07:52 +03:00

7 lines
187 B
TypeScript

export type * from "./cart";
export type * from "./discount";
export type * from "./privilege";
export type * from "./tariff";
export type * from "./ticket";
export type * from "./user";