export interface DexieConfig {
    databaseName: string;
    schema: any;
}