ims-db
    Preparing search index...

    Variable CustomerGroupOmitConst

    CustomerGroupOmit: ZodObject<
        {
            createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
            updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...

    CustomerGroupOmit schema (Thu Nov 13 2025)