begin creating type for CryptoExtras

This commit is contained in:
RMidhunSuresh 2021-11-18 12:43:48 +05:30
parent 998ad06cd7
commit 866bef7223

View file

@ -25,3 +25,7 @@ export interface IPlatformConfig {
wasmBundle: string;
}
}
export interface CryptoExtras {
aesjs?: any;
}