UNPKG

@gridscale/api

Version:
15 lines (13 loc) 260 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Metrics = { /** * Defines the begin of the time range. */ begin_time: string; /** * Defines the end of the time range. */ end_time: string; }