Interface SettingsGetSectionsResponse

SettingsGetSectionsResponse ($ref: "Settings.GetSections.Response") Response structure for the GetSections method.

interface SettingsGetSectionsResponse {
    sections: SettingSection[];
}

Properties

Properties

sections: SettingSection[]