import type { NonPostableEvtLike } from "./NonPostableEvtLike"; export interface EvtLike extends NonPostableEvtLike { post(data: T): void; }