interface DayServiceDTO {
    _id: string;
    duration: number;
    service: ServiceDTO;
}

Properties

Properties

_id: string
duration: number
service: ServiceDTO