interface WebHookEvent {
    data: TransactionIntent;
    date: number;
    type: WebhookEventType;
}

Properties

Properties

date: number