type alias Directivesimport { type Directives } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-directives/index.ts"; Type ParametersTypes extends SchemaTypesLocation extends DirectiveLocationdefinition: [K in keyof Types["Directives"]]: Types["Directives"][K]["locations"] extends Location ? { name: K; args: Types["Directives"][K]["args"]; } : never[keyof Types["Directives"]][] | [K in DirectivesFor<Types, Location>]?: Types["Directives"][K]["args"] & { }