import { type ExposeNullability } from "https://deno.land/x/pothos@release-1730496474/packages/core/mod.ts";
Type Parameters
definition: Awaited<ParentShape[Name]> extends ShapeFromTypeParam<Types, Type, Nullable> ? { nullable?: ExposeNullableOption<Types, Type, ParentShape, Name> & Nullable; } : { nullable: ExposeNullableOption<Types, Type, ParentShape, Name> & Nullable; }