????

Your IP : 216.73.216.188


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/categories/entities/
Upload File :
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[];
}