Skip to content

Commit 0c0ea74

Browse files
fix: re-generate types based on specifciation updates (GoogleChromeLabs#261)
1 parent dc18802 commit 0c0ea74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

out/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as BidiBluetooth from './gen/web-bluetooth.js';
99
export * from './gen/main.js';
1010
export * from './gen/permissions.js';
1111
export * from './gen/web-bluetooth.js';
12-
export type {CommandMapping} from './gen/mapping.d.ts';
12+
export type {CommandMapping} from './gen/mapping.js';
1313
type ExternalSpecCommand<T> = {
1414
id: Bidi.JsUint;
1515
} & T;

0 commit comments

Comments
 (0)