????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/slides/entities/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/slides/entities/slide.entity.d.ts |
import BaseEntity from '../../models/base-entity.model'; import { Post } from '../../posts/entities/post.entity'; export declare class Slide extends BaseEntity { postId: number; imageUrl: string; lang: string; post: Post; }