1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Change formatting

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2020-12-26 16:58:08 +01:00
parent f410004d45
commit f91edfabbb

View File

@@ -65,7 +65,7 @@ interface ElectronGetSourcesOptions {
declare global { declare global {
interface Window { interface Window {
desktopCapturer?: { desktopCapturer?: {
getSources(options: ElectronGetSourcesOptions): Promise<ElectronDesktopCapturerSource[]>; getSources(options: ElectronGetSourcesOptions): Promise<Array<ElectronDesktopCapturerSource>>;
}; };
} }
} }