mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
wip
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
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 = {
|
||||
top_image: string;
|
||||
broadcasts: any[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user