Type alias EntityAttrLookup<V>

EntityAttrLookup<V>: {
    [key: string]: EntityAttrReducer<V> | true | undefined;
}

Entity attribute lookup.

Type Parameters

  • V

Type declaration

Generated using TypeDoc