interface NoteArgument {
    defaultValue?: string | number;
    type: "note";
}

Properties

Properties

defaultValue?: string | number

Defaults to 0 ("C (0)")

type: "note"