// Generated Source import UserBusinessHoursScheduleInfo from "./UserBusinessHoursScheduleInfo"; interface UserBusinessHoursUpdate { /** * Canonical URI of a business-hours resource */ uri?: string; /** * Schedule when an answering rule is applied */ schedule?: UserBusinessHoursScheduleInfo; } export default UserBusinessHoursUpdate;