Interface SocketNoteParticipantNew

interface SocketNoteParticipantNew {
    addedTimestamp: number;
    avatar: null | string;
    email: string;
    isOwner: boolean;
    metadata: string;
    nickName: string;
    note: string;
    permissionsWrite: boolean;
    userId: number;
}

Hierarchy (view full)

Properties

addedTimestamp: number
avatar: null | string
email: string
isOwner: boolean
metadata: string
nickName: string
note: string
permissionsWrite: boolean
userId: number

Generated using TypeDoc