UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines (8 loc) 242 B
import { IKubernetesClusterNodePoolNodeStatus } from '.'; export interface IKubernetesClusterNodePoolNode { id: string; name: string; status: IKubernetesClusterNodePoolNodeStatus; created_at: string; updated_at: string; }