UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

5 lines (4 loc) 181 B
export type NodePoolNodeStatusState = 'running' | 'provisioning' | 'errored'; export interface IKubernetesClusterNodePoolNodeStatus { state: NodePoolNodeStatusState | string; }