Type alias StreetStandDetail

StreetStandDetail: {
    area: string;
    categories: string[];
    flags: StreetStandFlags;
    images: string[];
    openWeekDays: number;
    regularHoliday: string;
    texts: StreetStandText[];
    url: string;
}

Type declaration