Files
tonePage/apps/frontend/lib/api/admin/web/resource/index.ts
2025-12-12 17:25:26 +08:00

5 lines
124 B
TypeScript

export * from './create';
export * from './remove';
export * from './list';
export * from './update';
export * from './get';