Interface ActionReceiveNote

interface ActionReceiveNote {
    notes: readonly SpectatorNote[];
    order: CardOrder;
    type: "receiveNote";
}

Properties

Properties

notes: readonly SpectatorNote[]
order: CardOrder
type: "receiveNote"