• Checks if overrides in two objects are compatible with each other.

    Parameters

    • a: {
          [path: string]: EntityPropOverride;
      }

      The first object containing entity prop overrides.

      • [path: string]: EntityPropOverride
    • b: {
          [path: string]: EntityPropOverride;
      }

      The second object containing entity prop overrides.

      • [path: string]: EntityPropOverride

    Returns boolean

    A boolean indicating whether the overrides in both objects are compatible.