interface RawClosure {
    active: boolean;
    closureStatus?: string;
    closureStatusHistory?: RawClosureStatusHistory[];
    createdBy: null | number;
    createdOn: number;
    endDate: null | string;
    eventId: null | string;
    id: string;
    location?: string;
    permanent: boolean;
    permissions: number;
    provider: null | string;
    reason: null | string;
    startDate: null | string;
    updatedBy: null | number;
    updatedOn: null | number;
}

Hierarchy (View Summary)

Properties

active: boolean
closureStatus?: string
closureStatusHistory?: RawClosureStatusHistory[]
createdBy: null | number
createdOn: number
endDate: null | string
eventId: null | string
id: string
location?: string
permanent: boolean
permissions: number
provider: null | string
reason: null | string
startDate: null | string
updatedBy: null | number
updatedOn: null | number