class PothosDirectivesPlugin extends BasePlugin<Types>import { PothosDirectivesPlugin } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-directives/index.ts"; Type ParametersTypes extends SchemaTypesMethodsafterBuild(schema: GraphQLSchema)mergeDirectives(left: DirectiveList | Record<string, { }>, right: DirectiveList | Record<string, { }>)normalizeDirectives(directives: DirectiveList | Record<string, { }>)onEnumValueConfig(valueConfig: PothosEnumValueConfig<Types>)onInputFieldConfig(fieldConfig: PothosInputFieldConfig<Types>)onOutputFieldConfig(fieldConfig: PothosOutputFieldConfig<Types>)onTypeConfig(typeConfig: PothosTypeConfig)