Interface SocketNoteParticipantRemoved

interface SocketNoteParticipantRemoved {
    note: string;
    userId: number;
}

Properties

Properties

note: string
userId: number

Generated using TypeDoc