ecspresso
    Preparing search index...

    Type Alias ConfigsAreCompatible<A, B>

    ConfigsAreCompatible: [ConflictingSlot<A, B>] extends [never] ? true : false

    Check if two WorldConfig types are compatible (no conflicting keys across any slot).

    Type Parameters