This commit is contained in:
2023-08-06 12:40:09 +00:00
parent 257644aff7
commit cca7214446
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
import { APIExecuter } from "../api/defs";
export type HttpMethod = 'get' | 'post' | 'put' | 'delete' | 'patch' | 'head';
export type RawArgType = Record<string, unknown> | Record<string, unknown>[] | undefined;