UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

8 lines (7 loc) 139 B
export interface ActionRegion { name: string; slug: string; features: string[]; available: boolean; sizes: string[]; }