Variable AttributeUnitOmitFieldsSchemaConst
AttributeUnitOmitFieldsSchema: ZodObject<
{
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
unitId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...