mirror of
https://github.com/dadada/inbox2matrix.git
synced 2025-06-07 09:43:55 +02:00
9 lines
103 B
TypeScript
9 lines
103 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface Global {
|
|
Olm : any;
|
|
}
|
|
}
|
|
}
|
|
|
|
export { };
|