Skip to content

Commit fbf9511

Browse files
fix: re-generate types based on specifciation updates (GoogleChromeLabs#229)
1 parent f4851fe commit fbf9511

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

out/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ export interface Commands {
140140
params: Bidi.Emulation.SetGeolocationOverrideParameters;
141141
returnType: Bidi.EmptyResult;
142142
};
143+
'emulation.setLocaleOverride': {
144+
params: Bidi.Emulation.SetLocaleOverrideParameters;
145+
returnType: Bidi.EmptyResult;
146+
};
143147
'emulation.setScreenOrientationOverride': {
144148
params: Bidi.Emulation.SetScreenOrientationOverrideParameters;
145149
returnType: Bidi.EmptyResult;

0 commit comments

Comments
 (0)