mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Rename index.d.s to globals.d.ts
This commit is contained in:
parent
d1e58cacb8
commit
1dd136fc02
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 New Issue
Block a user