interface ServiceGroup {
    id: number;
    serviceTypes: Service[];
}

Properties

Properties

id: number
serviceTypes: Service[]