@hanabi-live/game
    Preparing search index...

    Interface ActionReceiveNote

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

    Properties

    Properties

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