UNPKG

298 BTypeScriptView Raw
1import { CommandContext, EventContext } from "./handler";
2import { CommandIncoming, EventIncoming } from "./payload";
3export declare function createContext(payload: CommandIncoming | EventIncoming, ctx: {
4 eventId: string;
5}): EventContext | CommandContext;
6//# sourceMappingURL=context.d.ts.map
\No newline at end of file