Variable ProductTagOmitConst
ProductTagOmit: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
productId: ZodOptional<ZodCoercedBoolean<unknown>>;
tagId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...
ProductTagOmit schema (Thu Nov 13 2025)