UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 237 B
/** * Usage information of credits */ export interface Consumption { /** * UTC millis timestamp of the day. */ day: number; /** * Number of credits consumed for the specific day. */ usage: number; }