Interface SettingsGetCategoriesResponse

SettingsGetCategoriesResponse ($ref: "Settings.GetCategories.Response") Response structure for the GetCategories method.

interface SettingsGetCategoriesResponse {
    categories: SettingCategory[];
}

Properties

Properties

categories: SettingCategory[]