UNPKG

node-digitalocean

Version:
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[]; }