Skip to content

Commit

Permalink
chore: re-generate types based on specifciation updates (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Dec 3, 2024
1 parent 631336a commit c0588a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/webdriver-bidi-protocol.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function sendCommand(command: Command) {}
function handleEvent(event: Event) {}
function sendCommandMultipleArgs<T extends keyof Commands>(
method: T,
params: Commands[T]['params']
params: Commands[T]['params'],
): {result: Commands[T]['returnType']} {
throw new Error('Not implemented');
}
Expand Down

0 comments on commit c0588a6

Please sign in to comment.