interface DexData {
    [key: integer]: DexEntry;
}

Indexable

[key: integer]: DexEntry