Convert matrix-utils to typescript

This commit is contained in:
David Baker 2022-05-30 10:09:13 +01:00
commit a05501a909
3 changed files with 33 additions and 22 deletions

View file

@ -15,3 +15,10 @@ limitations under the License.
*/
import "matrix-js-sdk/src/@types/global";
declare global {
interface Window {
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
OLM_OPTIONS: Record<string, string>;
}
}