type alias UnpackEvtimport { type UnpackEvt } from "https://deno.land/x/evt@v2.4.16/lib/index.ts"; https://docs.evt.land/api/helpertypes#unpackevt-less-than-e-greater-than Type ParametersT extends ( | { [key: string]: any; } | NonPostableEvtLike<any> | undefined | null)definition: UnpackNonNullableEvt<NonNullable<T>>