interface ErrorsPluginOptionsimport { type ErrorsPluginOptions } from "https://dotland.deno.dev/x/pothos@release-1689883337/packages/plugin-errors/index.ts"; Type ParametersTypes extends SchemaTypesPropertiesoptionaldefaultTypes: (new (...args: any[]) => Error)[]optionaldirectResult: booleanoptionaldefaultUnionOptions: Normalize<Omit<PothosSchemaTypes.UnionTypeOptions<Types>, "resolveType" | "types"> & { name?: GetTypeName; }>optionaldefaultResultOptions: Normalize<Omit<PothosSchemaTypes.ObjectTypeOptions<Types, { }>, "interfaces" | "isTypeOf"> & { name?: GetTypeName; }>