interface Service {
    id: number;
    serviceObjectTypes: ServiceObject[];
}

Properties

id: number
serviceObjectTypes: ServiceObject[]