UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines (9 loc) 202 B
export interface IAccount { droplet_limit: number; email_verified: boolean; email: string; floating_ip_limit: number; status_message: string; status: string; uuid: string; }