Interface SocketNoteParticipantPermissions

interface SocketNoteParticipantPermissions {
    note: string;
    permissionsWrite: boolean;
    userId: number;
}

Properties

note: string
permissionsWrite: boolean
userId: number

Generated using TypeDoc