Interface GroupsGetSettingsParams

interface GroupsGetSettingsParams {
    group_id?: any;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: any

Generated using TypeDoc