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