import { type InterfaceParam } from "https://deno.land/x/pothos@release-1730496474/packages/core/index.ts";
Type Parameters
Types extends SchemaTypes
definition: Extract<OutputType<Types>, keyof Types["Interfaces"]> | InterfaceRef<Types, unknown> | (new (...args: any[]) => unknown)