Skip to content

Commit

Permalink
Add missing apiUrl to OSMAuthOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep authored and bhousel committed Jan 9, 2024
1 parent e33e486 commit 34f5735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osm-auth.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ declare namespace OSMAuth {
redirect_uri: string;
access_token?: string;
url?: string;
apiUrl?: string;
auto?: boolean;
singlepage?: boolean;
loading?: () => any;
Expand Down

0 comments on commit 34f5735

Please sign in to comment.