UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

13 lines (12 loc) 269 B
export interface IDefaultMetricsResponse { data: { result: Array<{ metric: { host_id: string; }; values: Array<Array<number | string>>; }>; resultType: string; }; status: string; }