type alias AddGraphQLInterfaceFieldsShapeimport { type AddGraphQLInterfaceFieldsShape } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-add-graphql/types.ts"; Type ParametersTypes extends SchemaTypesShapedefinition: (t: PothosSchemaTypes.InterfaceFieldBuilder<Types, Shape>) => Record<string, FieldRef<Types> | null>