mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
wip
This commit is contained in:
parent
020819a125
commit
00e4ad08dd
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
import db from '../../db/mongodb';
|
import db from '../../db/mongodb';
|
||||||
|
|
||||||
export default db.get('meta') as any; // fuck type definition
|
const Meta = db.get<IMeta>('meta');
|
||||||
|
export default Meta;
|
||||||
|
|
||||||
export type IMeta = {
|
export type IMeta = {
|
||||||
top_image: string;
|
broadcasts: any[];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue