위치 이동

This commit is contained in:
2023-08-06 11:02:03 +00:00
parent 3432009213
commit 19a19d8a2f
9 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { APIExecuter } from "../api/base";
import { APIExecuter } from "../api/defs";
export type HttpMethod = 'get' | 'post' | 'put' | 'delete' | 'patch' | 'head';
export type RawArgType = Record<string, unknown> | Record<string, unknown>[] | undefined;