UNPKG

@benev/slate

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