Interface SettingsGetSectionsParams

interface SettingsGetSectionsParams {
    level?: SettingLevel;
    properties?: "categories"[];
}

Properties

Properties

level?: SettingLevel
properties?: "categories"[]