mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-26 20:21:40 +01:00
begin creating type for CryptoExtras
This commit is contained in:
parent
998ad06cd7
commit
866bef7223
4
src/platform/types/Platform.d.ts
vendored
4
src/platform/types/Platform.d.ts
vendored
@ -25,3 +25,7 @@ export interface IPlatformConfig {
|
|||||||
wasmBundle: string;
|
wasmBundle: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface CryptoExtras {
|
||||||
|
aesjs?: any;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user