interface NonPostableEvtLikeRe-exportimport { type NonPostableEvtLike } from "https://deno.land/x/evt@v2.5.2/lib/types/interfaces/index.ts"; Type ParametersTMethodsattach(ctx: CtxLike, callback: (data: T) => void): voidattach(callback: (data: T) => void): void