interface Feature {
    geometry: Object;
    id?: any;
    properties: Object;
    type: string;
}

Properties

geometry: Object
id?: any
properties: Object
type: string