Type alias CaseResponseType
CaseResponseType: Partial<CaseAddInput> & { has_alerts: boolean; is_case_valid: boolean; revision: number; timestamp: string; } Type declaration
has_alerts: boolean
is_case_valid: boolean
revision: number
timestamp: string