Skip to content

Commit

Permalink
add missing property 'googleMapId'
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmorsot committed Jan 21, 2022
1 parent a1b41ee commit 424f2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-redux/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export {
InitialOauthState,
OauthState,
ViewState,
InitialCarto3State,
} from './types';
1 change: 1 addition & 0 deletions packages/react-redux/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type InitialCarto2State = {
basemap: CartoBasemapsNames,
credentials: Credentials,
googleApiKey: string,
googleMapId: string,
}

type OauthCarto3 = {
Expand Down

0 comments on commit 424f2b7

Please sign in to comment.