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

    Interface PropertyEditorSettings

    interface PropertyEditorSettings {
        defaultData?: PropertyEditorSettingsDefaultData[];
        properties: PropertyEditorSettingsProperty[];
    }
    Index