Variable ProductWarrantyCreateSchemaConst
ProductWarrantyCreateSchema: ZodPipe<
ZodTransform<unknown, unknown>,
ZodObject<
{
policyId: ZodCoercedNumber<unknown>;
productId: ZodOptional<ZodCoercedNumber<unknown>>;
variantId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
>,
> = ...