interface VenueCategory {
    id: VenueCategoryId;
    localizedName: string;
}

Properties

Properties

localizedName: string