sej
    Preparing search index...

    Type Alias HistoryJSON

    type HistoryJSON = {
        redos: CommandJSON[];
        undos: CommandJSON[];
    }
    Index

    Properties

    Properties

    redos: CommandJSON[]
    undos: CommandJSON[]