export interface Venue{ name: string, address: string, phoneNumber: string, openHours: string, generalRule: string, childRule: string }