export interface EntryMetadataClassic {
    includeInAToZ?: boolean;
    includeInSearch?: boolean;
    includeInSiteMap?: boolean;
    includeInMenu?: boolean;
    nodeId?: string;
}
