import { type ApiRequestOptions } from "https://deno.land/x/wmill@v1.417.3/gen/core/ApiRequestOptions.ts";
definition: { readonly body?: any; readonly cookies?: Record<string, unknown>; readonly errors?: Record<number | string, string>; readonly formData?: ; readonly headers?: Record<string, unknown>; readonly mediaType?: string; readonly method: ; readonly path?: Record<string, unknown>; readonly query?: Record<string, unknown>; readonly responseHeader?: string; readonly responseTransformer?: (data: unknown) => Promise<T>; readonly url: string; }
| "DELETE"
| "GET"
| "HEAD"
| "OPTIONS"
| "PATCH"
| "POST"
| "PUT"