Interface ActionNoteListPlayer

interface ActionNoteListPlayer {
    texts: readonly string[];
    type: "noteListPlayer";
}

Properties

Properties

texts: readonly string[]
type: "noteListPlayer"