import { type ScopeLoaderMap } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-scope-auth/mod.ts";
Type Parameters
Types extends SchemaTypes
definition: [K in keyof Types["AuthScopes"]]: boolean | ((param: Types["AuthScopes"][K]) => MaybePromise<boolean>)