????

Your IP : 216.73.216.64


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

export declare class Asset {
    id: number;
    name: string;
    type: string;
    mimeType: string;
    width: number;
    height: number;
    fileSize: number;
    source: string;
    preview: string;
    createdAt: Date | null;
    updatedAt: Date;
}