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 b2dc108 commit 4091963Copy full SHA for 4091963
index.d.ts
@@ -21,7 +21,7 @@ interface SequelizeStoreOptions {
21
}
22
23
declare class SequelizeStore extends Store {
24
- sync(options?: SyncOptions): void
+ sync(options?: SyncOptions): Promise<unknown>
25
touch: (sid: string, data: any, callback?: (err: any) => void) => void
26
stopExpiringSessions: () => void
27
get(sid: string, callback: (err: any, session?: SessionData | null) => void): void
0 commit comments