UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

14 lines (12 loc) 283 B
import { ActionRegion } from "./regions"; export interface ActionEntry { id: number; status: string; type: string; started_at: string; completed_at: string; resource_id: number; resource_type: string; region: ActionRegion; region_slug: string; }