/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Consumption = { /** * The date in the MM/DD/YYYY format */ day?: string; /** * The number of credits used on the specified day */ usage?: number; }