import type { Contract } from './Contract'; import type { WebhookEvent } from './WebhookEvent'; export type WebhookResponse = { contract: Contract; event: WebhookEvent; }; //# sourceMappingURL=WebhookResponse.d.ts.map