UNPKG

btcpay-greenfield-node-client

Version:
8 lines (7 loc) 186 B
import type { WebhookDataBase } from './WebhookDataBase'; export declare type WebhookData = (WebhookDataBase & { /** * The id of the webhook */ id?: string; });