UNPKG

@gridscale/api

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