UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

19 lines (18 loc) 346 B
export interface IListResponse { links?: { actions?: { href: string; id: number; rel: string; }[]; pages?: { first?: string; prev?: string; next?: string; last?: string; }; }; meta?: { total?: number; }; }