UNPKG

btcpay-greenfield-node-client

Version:
15 lines (13 loc) 229 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type LabelData = { /** * The type of label */ type?: string; /** * Information about this label */ text?: string; }