Convert matrix-utils to typescript
This commit is contained in:
parent
5c4bab2a8a
commit
a05501a909
3 changed files with 33 additions and 22 deletions
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>;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue