Searched defs:constEnumRelateCache (Results 1 – 1 of 1) sorted by relevance
912 constEnumRelateCache?: Record<string, Record<string, string>>; property1063 let constEnumRelateCache: Record<string, Record<string, string>> = {}; variable