export type ResponseDataVariable = { /** * Variable Name */ variable_name: string; /** * Predicted data */ predicted_data: any; /** * Explanation of prediction */ narrative: string; };