Type alias HistoryJSON

HistoryJSON: {
    redos: CommandJSON[];
    undos: CommandJSON[];
}

Type declaration

Generated using TypeDoc