/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Summary metrics for the invoice. */ export type Summary = { total_cost: string; total_sessions: number; active_users: number; cost_per_session: string; };