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