/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { MentorData } from './MentorData'; export type TenantMentorTraces = { tenant: string; tenant_total_cost: number; mentor_data: Array; };