interface IWithheld {
    code: string;
    reason: string;
    room_id: string;
}

Properties

Properties

code: string
reason: string
room_id: string