Skip to content

Commit

Permalink
let async client extend from base client too
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 5, 2020
1 parent 84c4e2a commit a494c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/templates/webdriver.tpl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ declare namespace WebDriver {
// generated typings
// ... insert here ...

interface ClientAsync extends AsyncClient { }
interface ClientAsync extends AsyncClient, BaseClient { }
}

type AsyncClient = {
Expand Down

0 comments on commit a494c47

Please sign in to comment.