({
threadsCollection,
commentsCollection,
createThreadRecord,
createCommentRecord,
collectionType,
userData
}: {
threadsCollection: UserDataCollection,
commentsCollection: UserDataCollection,
createThreadRecord:(channelId: Channel['id'], threadId: Thread['id'], threadData: any) => void,
createCommentRecord: (channelId: Channel['id'], threadId: Thread['id'], commentId: Comment['id'], commentData: any) => void,
collectionType: typeof CHANNEL_THREAD_COMMENT_DATA_COLLECTION_TYPE | typeof CHANNEL_THREAD_COMMENT_IDS_COLLECTION_TYPE,
userData: UserData
})
source not stored for this graph (policy: none)
no test coverage detected