Interface SocketNoteContentEdited

interface SocketNoteContentEdited {
    content: string;
    editedTimestamp: number;
    editorId: number;
    note: string;
    type: NoteType;
}

Properties

content: string
editedTimestamp: number
editorId: number
note: string
type: NoteType

Generated using TypeDoc