UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

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