export type DatabaseType = 'redis' | 'valkey' | 'dragonfly';
