export type FlowRunInputKeysetResponse = {
    description: string;
    schema: string;
    response: string;
};
