UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

11 lines (10 loc) 238 B
export interface AccountGetResponse { droplet_limit: number; floating_ip_limit: number; volume_limit: number; email: string; uuid: string; email_verified: boolean; status: string; status_message: string; }