Variable MandatoryFieldValuesSchemaConst
MandatoryFieldValuesSchema: ZodUnion<
readonly [
ZodObject<
{
retain: ZodOptional<ZodNullable<ZodBoolean>>;
type: ZodOptional<
ZodNullable<
ZodCustom<"raw" | string & {} | "adf", "raw" | string & {} | "adf">,
>,
>;
value: ZodArray<ZodString>;
},
$loose,
>,
ZodObject<
{
retain: ZodOptional<ZodNullable<ZodBoolean>>;
type: ZodCustom<
"raw"
| string & {}
| "adf",
"raw" | string & {} | "adf",
>;
value: ZodRecord<ZodString, ZodAny>;
},
$loose,
>,
],
> = ...
Can contain multiple field values of following types depending on
typekey