UNPKG

@gridscale/api

Version:
11 lines (10 loc) 199 B
export declare type Metrics = { /** * Defines the begin of the time range. */ begin_time: string; /** * Defines the end of the time range. */ end_time: string; };