UNPKG

@lomi./sdk

Version:
10 lines (9 loc) 261 B
import type { WebhookEvent } from './WebhookEvent'; export type CreateWebhook = { merchant_id: string; organization_id: string; url: string; authorized_events: Array<WebhookEvent>; is_active?: boolean; metadata?: Record<string, any>; };