UNPKG

@benev/construct

Version:
10 lines (6 loc) 144 B
import {ActionRecord} from "./action_record.js" export interface Annals<S> { snapshots: S[] past: ActionRecord[] future: ActionRecord[] }