Files
tonePage/tone-page-web/lib/api/admin/web/blog/index.ts
2025-06-23 00:07:23 +08:00

6 lines
155 B
TypeScript

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