Convert matrix-utils to typescript
This commit is contained in:
7
src/@types/global.d.ts
vendored
7
src/@types/global.d.ts
vendored
@@ -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>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user