From c0588a6f4454593b588bf86e5efa84206ddc3057 Mon Sep 17 00:00:00 2001 From: browser-automation-bot <133232582+browser-automation-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:16:04 +0100 Subject: [PATCH] chore: re-generate types based on specifciation updates (#79) --- test-d/webdriver-bidi-protocol.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-d/webdriver-bidi-protocol.test-d.ts b/test-d/webdriver-bidi-protocol.test-d.ts index 40212b0..584244a 100644 --- a/test-d/webdriver-bidi-protocol.test-d.ts +++ b/test-d/webdriver-bidi-protocol.test-d.ts @@ -10,7 +10,7 @@ function sendCommand(command: Command) {} function handleEvent(event: Event) {} function sendCommandMultipleArgs( method: T, - params: Commands[T]['params'] + params: Commands[T]['params'], ): {result: Commands[T]['returnType']} { throw new Error('Not implemented'); }