type alias ContextForAuthimport { type ContextForAuth } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-scope-auth/index.ts"; Type ParametersTypes extends SchemaTypesScopesdefinition: "any" extends Types["DefaultAuthStrategy"] ? ContextForAuthUnion<Types, Scopes> : UnionToIntersection<ContextForAuthUnion<Types, Scopes>>