위치 이동
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user