import { type ValidateInterfaces } from "https://deno.land/x/pothos@release-1730496474/packages/core/index.ts";
definition: Interfaces extends InterfaceParam<Types> ? Shape extends GetParentShape<Types, Interfaces> ? Interfaces : "Object shape must extend interface shape" : never