mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
reorganise types in next.js app
This commit is contained in:
parent
2cdc25ab7e
commit
2bafa5be49
46 changed files with 919 additions and 855 deletions
|
|
@ -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> } = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue