????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/posts/entities/ |
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[]; }