ims-db
    Preparing search index...

    Variable CustomerUpdateConst

    CustomerUpdate: ZodObject<
        {
            customerDiscounts: ZodOptional<
                ZodOptional<
                    ZodObject<
                        {
                            connect: ZodArray<
                                ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
            readonly: ZodOptional<ZodOptional<ZodCoercedBoolean<unknown>>>;
            updatedById: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
            uuid: ZodOptional<ZodUUID>;
        },
        $strip,
    > = ...

    CustomerUpdate schema (Thu Nov 13 2025)