Apply prettier formatting
This commit is contained in:
parent
a32f12c8f3
commit
7921a6cbf8
104 changed files with 12169 additions and 11047 deletions
28
src/@types/global.d.ts
vendored
28
src/@types/global.d.ts
vendored
|
@ -19,20 +19,20 @@ import type { Renderer } from "react-dom";
|
|||
import type { logger } from "matrix-js-sdk/src/logger";
|
||||
|
||||
type ElectronChannel =
|
||||
"app_onAction" |
|
||||
"before-quit" |
|
||||
"check_updates" |
|
||||
"install_update" |
|
||||
"ipcCall" |
|
||||
"ipcReply" |
|
||||
"loudNotification" |
|
||||
"preferences" |
|
||||
"seshat" |
|
||||
"seshatReply" |
|
||||
"setBadgeCount" |
|
||||
"update-downloaded" |
|
||||
"userDownloadCompleted" |
|
||||
"userDownloadAction";
|
||||
| "app_onAction"
|
||||
| "before-quit"
|
||||
| "check_updates"
|
||||
| "install_update"
|
||||
| "ipcCall"
|
||||
| "ipcReply"
|
||||
| "loudNotification"
|
||||
| "preferences"
|
||||
| "seshat"
|
||||
| "seshatReply"
|
||||
| "setBadgeCount"
|
||||
| "update-downloaded"
|
||||
| "userDownloadCompleted"
|
||||
| "userDownloadAction";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
|
2
src/@types/raw-loader.d.ts
vendored
2
src/@types/raw-loader.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
declare module '!!raw-loader!*' {
|
||||
declare module "!!raw-loader!*" {
|
||||
const contents: string;
|
||||
export default contents;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue