immutable-plugin-system - v0.3.0
    Preparing search index...

    Type Alias ImmutableEntitiesRecord<K, V>

    ImmutableEntitiesRecord: Readonly<Record<PropertyKey, ImmutableEntities<K, V>>>

    Entities record grouped by entity type (top-level key) to inner entity maps. Conforms to the specification alias name.

    Type Parameters

    • K extends string | symbol = string | symbol
    • V = unknown

      The value type stored in entity maps