Interface VoiceServerUpdatePayload

interface VoiceServerUpdatePayload {
    data: any;
    op: OnVoiceServerUpdate;
}

Properties

Properties

data: any