We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93637e7 commit 5b7cd0fCopy full SHA for 5b7cd0f
packages/server/src/types.ts
@@ -111,6 +111,7 @@ export interface DBInterface {
111
): Promise<void>;
112
113
// Session related operations
114
+ findSessionById(sessionId: string): Promise<SessionType | null>;
115
findSessionByToken(token: string): Promise<SessionType | null>;
116
createSession(
117
userId: string,
0 commit comments