interface RawClosureProposal {
    description?: string;
    endDate?: string;
    eventId?: string;
    id?: string;
    permanent?: boolean;
    reason?: string;
    startDate?: string;
}

Hierarchy (View Summary)

Properties

description?: string
endDate?: string
eventId?: string
id?: string
permanent?: boolean
reason?: string
startDate?: string