Variable MandatoryFieldValueForADFSchemaConst
MandatoryFieldValueForADFSchema: ZodObject<
{
retain: ZodOptional<ZodNullable<ZodBoolean>>;
type: ZodCustom<"raw" | string & {} | "adf", "raw" | string & {} | "adf">;
value: ZodRecord<ZodString, ZodAny>;
},
$loose,
> = ...
An object notation input