UNPKG

@gridscale/api

Version:
11 lines (9 loc) 182 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ServerPowerStatus = { /** * The power status of the server. */ power?: boolean; }