mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
Rename index.d.s to globals.d.ts
This commit is contained in:
parent
d1e58cacb8
commit
1dd136fc02
1 changed files with 0 additions and 11 deletions
11
src/index.d.ts
vendored
11
src/index.d.ts
vendored
|
@ -1,11 +0,0 @@
|
||||||
import * as mongodb from 'mongodb';
|
|
||||||
import { IConfig } from './config';
|
|
||||||
|
|
||||||
declare var config: IConfig;
|
|
||||||
|
|
||||||
declare module NodeJS {
|
|
||||||
interface Global {
|
|
||||||
config: IConfig;
|
|
||||||
db: mongodb.Db;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue