mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-05 01:25:57 +09:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('notifications') as any; // fuck type definition
|