Variable ProductOwnSelectFieldsSchemaJsonConst
ProductOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
categories: ZodOptional<ZodCoercedBoolean<unknown>>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
isActive: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
variants: ZodOptional<ZodCoercedBoolean<unknown>>;
warranties: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...