Interface GroupsGetCallbackConfirmationCodeResponse

interface GroupsGetCallbackConfirmationCodeResponse {
    code: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: string

Confirmation code

Generated using TypeDoc