File size: 480 Bytes
5528541
 
faca43f
5528541
faca43f
5528541
 
 
 
 
 
 
faca43f
 
 
 
 
 
 
 
 
 
5528541
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
let client = undefined;
export const connectPromise = undefined;

const db = undefined;

const conversations = undefined;
const sharedConversations = undefined;
const abortedGenerations = undefined;
const settings = undefined;
const users = undefined;
const webSearches = undefined;
const messageEvents = undefined;

export { client, db };
export const collections = {
	conversations,
	sharedConversations,
	abortedGenerations,
	settings,
	users,
	webSearches,
	messageEvents,
};