reorganise types in next.js app

This commit is contained in:
ramnique 2025-02-14 13:36:01 +05:30
parent 2cdc25ab7e
commit 2bafa5be49
46 changed files with 919 additions and 855 deletions

View file

@ -1,4 +1,4 @@
import { WorkflowTemplate } from './types';
import { WorkflowTemplate } from "./types/workflow_types";
import { z } from 'zod';
export const templates: { [key: string]: z.infer<typeof WorkflowTemplate> } = {