Use any for FieldMapping

This commit is contained in:
Mike Cote 2019-03-08 23:54:58 -05:00
parent 9f017adfd8
commit 2042601f42

View file

@ -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 {