| 1 | interface MetaItem { |
| 2 | Key?: string; |
| 3 | Name?: string; |
| 4 | Value?: string; |
| 5 | Type?: string; |
| 6 | TypeValues?: string; |
| 7 | [key: string]: string; |
| 8 | } |
| 9 | |
| 10 | interface ThemesMetadata { |
| 11 | generic: MetaItem[]; |
nothing calls this directly
no outgoing calls
no test coverage detected