interface ListServersTypesResponse {
    servers: Record<string, Instance.v1.ServerType>;
    totalCount: number;
}

Properties

Properties

servers: Record<string, Instance.v1.ServerType>

List of Instance types.

totalCount: number

Total number of Instance types.