interface RWSJSONMessage {
    method: string;
    msg: any;
    user_id: string;
}

Properties

Properties

method: string
msg: any
user_id: string

Generated using TypeDoc