Skip to content

Commit e478bc5

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (microsoft#1727)
Co-authored-by: saschanaz <[email protected]>
1 parent 692be44 commit e478bc5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18664,7 +18664,7 @@ interface RTCSessionDescription {
1866418664
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSessionDescription/type) */
1866518665
readonly type: RTCSdpType;
1866618666
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSessionDescription/toJSON) */
18667-
toJSON(): any;
18667+
toJSON(): RTCSessionDescriptionInit;
1866818668
}
1866918669

1867018670
declare var RTCSessionDescription: {

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)