import { ActionRecord } from "./action_record.js"; export interface Annals { snapshots: S[]; past: ActionRecord[]; future: ActionRecord[]; }