type alias AggregateRecalculation

Per-column comparison of each aggregate F's stored value against its rebuilt-from-source value — what the "recalculate aggregates" tools return.

Type Parameters

F extends string

Definition

Record<F, { current: number; recalculated: number; }>

Usage

import { type AggregateRecalculation } from "docs/database.ts";