nestapp/src/modules/content/entities/index.ts
2025-05-21 23:23:54 +08:00

5 lines
130 B
TypeScript

export * from './category.entity';
export * from './comment.entity';
export * from './post.entity';
export * from './tag.entity';