Type Alias MethodOptions

MethodOptions: Omit<Request,
    | "method"
    | "path"
    | "headers"
    | "body">