class PothosErrorsPlugin extends BasePlugin<Types>import { PothosErrorsPlugin } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-errors/index.ts"; Type ParametersTypes extends SchemaTypesMethodsonOutputFieldConfig(fieldConfig: PothosOutputFieldConfig<Types>): PothosOutputFieldConfig<Types> | nullwrapIsTypeOf(isTypeOf: GraphQLIsTypeOfFn<unknown, Types["Context"]> | undefined, config: PothosObjectTypeConfig): GraphQLIsTypeOfFn<unknown, Types["Context"]> | undefinedwrapResolve(resolver: GraphQLFieldResolver<unknown, Types["Context"], object>, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object>