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