UNPKG

@gridscale/api

Version:
10 lines (7 loc) 180 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { ServerIndex } from './ServerIndex'; export type ServersGetResponse = { servers?: ServerIndex; }