interface SerializablePluginCache {
    [key: string]: [number, any];
}

Indexable

[key: string]: [number, any]