UNPKG

@goboomtown/entities-nest

Version:

entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO

15 lines (14 loc) 276 B
export declare class UploadFileDTO { constructor(); id?: string; object?: string; objectId?: string; type?: string; file?: string; size: number; name?: string; tag?: string; notes?: string; thumbnail?: string; created?: Date; }