import { type MockOptions } from "https://deno.land/x/deno_nest@v3.7.1/tests/common_helper.ts";
definition: { path: string; method: Uppercase<MethodType> | "OPTIONS"; body?: { type: string; value: any; headers?: Record<string, string>; }; reqHeaders?: Record<string, string>; cookies?: Record<string, string>; params?: Record<string, string>; queries?: Record<string, string | string[]>; }