Variable AttributeOwnSelectFieldsSchemaJsonConst
AttributeOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
category: ZodOptional<ZodCoercedBoolean<unknown>>;
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
unites: ZodOptional<ZodCoercedBoolean<unknown>>;
values: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...