DictionaryKey
DictionaryKey =
AnnotationDictionaryKey|string&object
Defined in: src/core/types.ts:533
Key for annotation dictionary lookups.
Accepts well-known AnnotationDictionaryKey values for autocomplete,
as well as arbitrary string keys via the string & {} intersection pattern.