Variable ProductSelectOwnConst
ProductSelectOwn: ZodObject<
{
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
model: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
parentId: ZodOptional<ZodCoercedBoolean<unknown>>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
sku: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
typeId: ZodOptional<ZodCoercedBoolean<unknown>>;
upc: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ProductOmit
ProductSelectOwn schema (Thu Nov 13 2025)