Spaces:
Sleeping
Sleeping
File size: 469 Bytes
faca43f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
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,
}; |