type alias fp.LogTypeimport { type fp } from "https://deno.land/x/hex@0.5.15/src/mod.ts"; const { LogType } = fp; Type ParametersTdefinition: { action: string; previousState: T; newState: T; }