????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/posts/entities/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/posts/entities/post.entity.d.ts

import { Category } from '../../categories/entities/category.entity';
import BaseEntity from '../../models/base-entity.model';
import { PostTranslation } from '../../post-translations/entities/post-translation.entity';
export declare class Post extends BaseEntity {
    categoryId: number;
    thumbnail: string;
    category: Category;
    translations?: PostTranslation[];
}