diff --git a/types/react-places-autocomplete/index.d.ts b/types/react-places-autocomplete/index.d.ts index bf11a9fa30..2c991b3182 100644 --- a/types/react-places-autocomplete/index.d.ts +++ b/types/react-places-autocomplete/index.d.ts @@ -4,8 +4,9 @@ // Andrew Makarov // Nokky Goren // Aziz Khambati +// Mark Nelissen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.0 // /// import * as React from 'react'; @@ -38,6 +39,7 @@ export interface PropTypes { location?: google.maps.LatLng | google.maps.LatLngLiteral; offset?: number | string; radius?: number | string; + sessionToken?: any; types?: string[]; }; debounce?: number;