@goboomtown/entities-nest
Version:
entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO
10 lines (9 loc) • 370 B
TypeScript
import { InteractionEventBodyDTO, InteractionEventRefsDTO, InteractionEventCategoryDTO, InteractionEventTypeDTO } from '.';
export declare class CaseLogInteractionEventDTO {
body?: InteractionEventBodyDTO;
refs?: InteractionEventRefsDTO;
type?: InteractionEventTypeDTO;
logId?: string;
created?: string;
category?: InteractionEventCategoryDTO;
}