/**
 * KADiCon API
 *
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { ScheduleSettings } from './scheduleSettings'
import { RestaurantSettings } from './restaurantSettings'

export interface WidgetSettingsResponse {
	displayName: string
	logoUrl?: string
	bannerUrl?: string
	defaultReservationTime: number
	schedule?: ScheduleSettings
	restaurant: RestaurantSettings
}
