Variable AttributeUnitOwnSelectFieldsSchemaJsonConst
AttributeUnitOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
unit: ZodOptional<ZodCoercedBoolean<unknown>>;
unitId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...