interface ListServicesResponse {
    services: Service[];
    totalCount: number;
}

Properties

Properties

services: Service[]

Services that match filters.

totalCount: number

Total count of matching services.