type alias StateDiffimport { type StateDiff } from "https://deno.land/x/evt@v2.4.17/lib/index.ts"; Type ParametersTdefinition: { prevState: T; newState: T; }