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

    Interface ActionEditNote

    interface ActionEditNote {
        order: CardOrder;
        text: string;
        type: "editNote";
    }
    Index

    Properties

    Properties

    order: CardOrder
    text: string
    type: "editNote"