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