export type Workflow = {
    id: string;
    name: string;
    tags?: string[];
};
