Interface SpectatorNote

interface SpectatorNote {
    isSpectator: boolean;
    name: string;
    text: string;
}

Properties

Properties

isSpectator: boolean
name: string

The username of the person setting the note.

text: string