Interface GroupsCallbackSettings

interface GroupsCallbackSettings {
    api_version: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

api_version: string

API version used for the events

Generated using TypeDoc