export type DatabaseClusterEngine = 'pg' | 'mysql' | 'redis' | string;
