mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Use any for FieldMapping
This commit is contained in:
parent
9f017adfd8
commit
2042601f42
1 changed files with 1 additions and 10 deletions
|
@ -17,17 +17,8 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
// FieldMapping isn't 1:1 with the options available,
|
||||
// modify as needed.
|
||||
export interface FieldMapping {
|
||||
type?: string;
|
||||
dynamic?: string;
|
||||
properties?: MappingProperties;
|
||||
fields?: {
|
||||
[subfield: string]: {
|
||||
type: string;
|
||||
};
|
||||
};
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export interface MappingProperties {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue