interface VenuesParsedResponsePart {
    categoryBrands?: Partial<
        {
            CHARGING_STATION: string[];
            GAS_STATION: string[];
            PARKING_LOT: string[];
        },
    >;
    mainObjectID?: number;
    objects: Venue[];
    venueLevel: number;
}

Hierarchy (View Summary)

Properties

categoryBrands?: Partial<
    {
        CHARGING_STATION: string[];
        GAS_STATION: string[];
        PARKING_LOT: string[];
    },
>
mainObjectID?: number
objects: Venue[]
venueLevel: number