diff --git a/src/osm-auth.d.ts b/src/osm-auth.d.ts index 23ffa90..7af0934 100644 --- a/src/osm-auth.d.ts +++ b/src/osm-auth.d.ts @@ -23,6 +23,7 @@ declare namespace OSMAuth { redirect_uri: string; access_token?: string; url?: string; + apiUrl?: string; auto?: boolean; singlepage?: boolean; loading?: () => any;