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