import { type AuthGuardOptions } from "https://deno.land/x/deno_nest@v3.15.1/modules/uinv/mod.ts";
definition: { logger?: Logger; authApi?: string; cacheTimeout?: number; isPrivateTokenField?: string; privateTokenField?: string; checkUserField?: string; tokenField?: string; cacheStore?: ICacheStore | ICacheStoreFunc; isDebug?: boolean; }