[common/hc] topaz: initial bit of work

This commit is contained in:
Alyxia Sother 2023-10-31 12:40:38 +01:00
parent f7803324c9
commit 92eaf2599a
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
4 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -9,4 +9,6 @@ declare global {
// fetch an ext's actual config type and return that instead.
getModuleOptions: (moduleName: string) => Record<string, any>;
};
const wreq: (module: string) => any;
}