UNPKG

103 BTypeScriptView Raw
1interface MapType {
2 [key: string]: string;
3}
4
5declare const entities: MapType;
6
7export = entities;