UNPKG

btcpay-greenfield-node-client

Version:
13 lines (10 loc) 242 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { WebhookDataBase } from './WebhookDataBase'; export type WebhookData = (WebhookDataBase & { /** * The id of the webhook */ id?: string, });