Type alias VacationResponse
VacationResponse: { fromDate: UTCDate | null; htmlBody: string | null; id: Id; isEnabled: boolean; subject: string | null; textBody: string | null; toDate: UTCDate | null; } Type declaration
fromDate: UTCDate | null
htmlBody: string | null
isEnabled: boolean
subject: string | null
textBody: string | null
toDate: UTCDate | null