Public typealias

Signature
type TLHistoryMark = {
  id: string
  onRedo: boolean
  onUndo: boolean
  type: 'STOP'
}
Source

packages/editor/src/lib/editor/types/history-types.ts

TLHistoryEntryTLInterruptEvent