Typescript stuff.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-25 14:07:22 +00:00
parent 6fb9fc4e6f
commit 6315907585
5 changed files with 7 additions and 7 deletions

View file

@ -18,4 +18,5 @@ interface Window {
Olm: {
init: () => Promise<void>;
};
mxSendRageshake: (text: string, withLogs?: boolean) => void;
}