UNPKG

@goboomtown/entities-nest

Version:

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

17 lines (16 loc) 354 B
export declare class CustomerProductSummaryDTO { constructor(); id?: string; parentId: string; type: string; critical: boolean; active: boolean; make?: string; model?: string; lastChecked?: string; lastSeen?: string; lastChanged?: string; pciCompliant?: string; policy?: string; status?: string; }