interface RawRoadClosureProposal {
    description?: string;
    endDate?: string;
    eventId?: string;
    forward?: boolean;
    fromNodeClosed?: boolean;
    geoJSONGeometry?: LineString;
    id?: string;
    permanent?: boolean;
    provider?: string;
    reason?: string;
    segID: number;
    startDate?: string;
}

Hierarchy (View Summary)

Properties

description?: string
endDate?: string
eventId?: string
forward?: boolean
fromNodeClosed?: boolean
geoJSONGeometry?: LineString
id?: string
permanent?: boolean
provider?: string
reason?: string
segID: number
startDate?: string