export interface DatabaseMetadata {
    title?: string;
    description?: string;
    [x: string]: unknown;
}
