interface UndoSnapshot {
    json: unknown[];
    paintEditorFormat: Format;
}

Properties

json: unknown[]
paintEditorFormat: Format