@cfxlabsinc/b2b-services
    Preparing search index...
    ProductLimitConfig: Omit<
        SelectProductLimitConfig,
        "id"
        | "customerId"
        | "config",
    > & {
        rules: (
            Omit<SelectProductLimitConfig["config"]["rules"][number], "value"> & {
                value: (DistributedOmit<(...)[(...)], "limit"> & { limit: BigNumber })[];
            }
        )[];
    }