/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Applied filters for the response. */ export type FinanceFilters = { start_date?: string; end_date?: string; granularity: string; comparison_days?: number; platform_key?: string; mentor_unique_id?: string; username?: string; provider?: string; llm_model?: string; all_time?: boolean; };