Interface GroupsAddCallbackServerResponse

interface GroupsAddCallbackServerResponse {
    server_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

server_id: number

Generated using TypeDoc