type alias DirectivesForimport { type DirectivesFor } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-directives/types.ts"; Type ParametersTypes extends SchemaTypesLocation extends DirectiveLocationdefinition: [K in keyof Types["Directives"]]: Location extends Types["Directives"][K]["locations"] ? K : never[keyof Types["Directives"]]