export type DatabaseClusterStatus = 'creating' | 'online' | 'resizing' | 'migrating' | 'forking' | 'active' | string;
