????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/categories/entities/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/categories/entities/category.entity.d.ts |
import { Post } from 'src/apps/posts/entities/post.entity'; export declare class Category { id: number; title: string; createdAt: Date | null; updatedAt: Date; posts: Post[]; }