Typescript stuff.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6fb9fc4e6f
commit
6315907585
5 changed files with 7 additions and 7 deletions
1
src/@types/global.d.ts
vendored
1
src/@types/global.d.ts
vendored
|
@ -18,4 +18,5 @@ interface Window {
|
|||
Olm: {
|
||||
init: () => Promise<void>;
|
||||
};
|
||||
mxSendRageshake: (text: string, withLogs?: boolean) => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue