UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

20 lines (19 loc) 274 B
/** * * @export * @interface Signature */ export interface Signature { /** * SignatureId * @type {string} * @memberof Signature */ id: string; /** * Index * @type {number} * @memberof Signature */ index: number; }