main
ts 8 lines 123 Bytes
Raw
1 export interface EventSearchResult {
2 [key: string]: any
3 }
4
5 export interface FieldMapping {
6 field: string
7 type: string
8 }