diff options
Diffstat (limited to 'types/ext')
-rw-r--r-- | types/ext/display-content-manager.d.ts | 2 | ||||
-rw-r--r-- | types/ext/display.d.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/types/ext/display-content-manager.d.ts b/types/ext/display-content-manager.d.ts index c0cb183f..a216fce9 100644 --- a/types/ext/display-content-manager.d.ts +++ b/types/ext/display-content-manager.d.ts @@ -37,4 +37,4 @@ export type CachedMediaDataLoaded = { export type LoadMediaDataInfo = { onUnload: OnUnloadCallback; loaded: boolean; -};
\ No newline at end of file +}; diff --git a/types/ext/display.d.ts b/types/ext/display.d.ts index 351cf067..a2e61209 100644 --- a/types/ext/display.d.ts +++ b/types/ext/display.d.ts @@ -274,4 +274,4 @@ type WindowApiMessage<TName extends WindowApiNames> = { params: WindowApiParams<TName>; }; -export type WindowApiFrameClientMessageAny = {[name in WindowApiNames]: FrameClientMessage<WindowApiMessage<name>>}[WindowApiNames];
\ No newline at end of file +export type WindowApiFrameClientMessageAny = {[name in WindowApiNames]: FrameClientMessage<WindowApiMessage<name>>}[WindowApiNames]; |