경로 이동

This commit is contained in:
2023-08-18 14:13:46 +00:00
parent df8b5e854b
commit aec88333c2
12 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { Request, Response } from 'express';
import type { Callable, DefAPINamespace, DeleteAPICallT, GetAPICallT, HeadAPICallT, HttpMethod, InvalidResponse, PatchAPICallT, PostAPICallT, PutAPICallT, RawArgType, ValidResponse, recoveryMethod } from '../apiStructure/defs.js';
import type { Empty, PostProcDecoratorRunner, ProcDecoratorRunner } from './ProcDecorator/base.js';
import type { Empty, PostProcDecoratorRunner, ProcDecoratorRunner } from '../ProcDecorator/base.js';
import type { ZodType } from 'zod';
export type APINamespace = {