export interface DrizzleConfig {
    schema?: string | string[];
}
