export interface EntryMetadata {
    [key: string]: string | boolean | number | null | undefined;
}
