export interface GenerateChartBody { input: string; withContext?: boolean; } export type GenerateChartResponse = { message: string; };