Skip to content

Commit

Permalink
fix: export PlaceAutocompleteResult (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Aug 3, 2020
1 parent 16a9b5a commit c229f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -33,6 +33,7 @@ export {
export {
PlaceAutocompleteRequest,
PlaceAutocompleteResponse,
PlaceAutocompleteResult,
PlaceAutocompleteType
} from "./places/autocomplete";
export { PlaceDetailsRequest, PlaceDetailsResponse } from "./places/details";
Expand Down

0 comments on commit c229f70

Please sign in to comment.