/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Agent cost breakdown. */ export type MentorBreakdown = { mentor: string; cost: string; sessions: number; mentor_name?: string; };