UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

2 lines (1 loc) 118 B
export type DatabaseClusterStatus = 'creating' | 'online' | 'resizing' | 'migrating' | 'forking' | 'active' | string;