type alias TypeAuthScopesFunctionimport { type TypeAuthScopesFunction } from "https://dotland.deno.dev/x/pothos@release-1684230554/packages/plugin-scope-auth/types.ts"; Type ParametersTypes extends SchemaTypesParentdefinition: (parent: Parent, context: Types["Context"]) => MaybePromise<AuthScopeMap<Types> | boolean>