UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

12 lines (11 loc) 239 B
export interface ISnapshot { created_at: string; id: string; min_disk_size: number; name: string; regions: string[]; resource_id: string; resource_type: string; size_gigabytes: number; tags: string[]; }