UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

14 lines (13 loc) 307 B
import { IRegion } from '../../region'; export interface IVolume { created_at: string; description: string; droplet_ids: number[]; filesystem_label: string; filesystem_type: string; id: string; name: string; region: IRegion; size_gigabytes: number; tags: string[]; }