Variable AttributeUnitOmitFieldsSchemaJsonConst
AttributeUnitOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
unitId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...