Interface KeysToKeysToAnyValue

interface KeysToKeysToAnyValue {
    [key: string]: KeysToAnyValues;
}

Indexable

[key: string]: KeysToAnyValues