mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-02 01:16:44 -06:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('meta') as any; // fuck type definition
|
|
|
|
export type IMeta = {
|
|
top_image: string;
|
|
};
|