index.ts 506 B

12345678910111213141516
  1. export type * from './account';
  2. export type * from './base';
  3. export type * from './coupon1';
  4. export type * from './coupon2';
  5. export type * from './dict';
  6. export type * from './file';
  7. export type * from './log';
  8. export type * from './menu';
  9. export type * from './orders';
  10. export type * from './product';
  11. export type * from './role';
  12. export type * from './scqy';
  13. export type * from './subsidyapplications';
  14. export type * from './user';
  15. export type * from './worker';
  16. export type * from '@vben-core/typings';