1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00
inbox2matrix/globals.d.ts

9 lines
103 B
TypeScript

declare global {
namespace NodeJS {
interface Global {
Olm : any;
}
}
}
export { };