UNPKG

tsbase

Version:

Base class libraries for TypeScript

8 lines (7 loc) 131 B
export type Transaction<T> = { timestamp: number; path: string; toState: T; fromState?: T; voided: boolean; };