interface GetServerTypesAvailabilityResponse {
    servers: Record<string, GetServerTypesAvailabilityResponseAvailability>;
    totalCount: number;
}

Properties

Properties

Map of server types.

totalCount: number