You've already forked matrix-js-sdk
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:
@@ -65,7 +65,7 @@ interface ElectronGetSourcesOptions {
|
||||
declare global {
|
||||
interface Window {
|
||||
desktopCapturer?: {
|
||||
getSources(options: ElectronGetSourcesOptions): Promise<ElectronDesktopCapturerSource[]>;
|
||||
getSources(options: ElectronGetSourcesOptions): Promise<Array<ElectronDesktopCapturerSource>>;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user