export type FlowResponse = {
    created: string;
    id: string;
    name: string;
    description: string;
    updated: string;
};
