interface DayService {
    duration: number;
    service: string | Service;
}

Properties

Properties

duration: number
service: string | Service