ims-db
    Preparing search index...

    Variable ProductTagUpdateConst

    ProductTagUpdate: ZodObject<
        {
            productId: ZodOptional<ZodCoercedNumber<unknown>>;
            tagId: ZodOptional<ZodCoercedNumber<unknown>>;
            updatedById: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
        },
        $strip,
    > = ...

    ProductTagUpdate schema (Thu Nov 13 2025)