Interface ActionNoteList

interface ActionNoteList {
    isSpectators: readonly boolean[];
    names: readonly string[];
    noteTextLists: readonly (readonly string[])[];
    type: "noteList";
}

Properties

isSpectators: readonly boolean[]
names: readonly string[]
noteTextLists: readonly (readonly string[])[]
type: "noteList"