UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

12 lines (10 loc) 225 B
export interface VolumeCreationOptions { size_gigabytes: number; name: string; description: string; region: string; } export interface VolumeSnapshopCreationOptions { name: string; tags?: string[]; }