@umbraco-cms/backoffice
    Preparing search index...

    Interface MetaSection

    interface MetaSection {
        label: string;
        pathname: string;
        preventUrlRetention?: boolean;
    }
    Index
    label: string
    pathname: string
    preventUrlRetention?: boolean