Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Nov 21, 2022
1 parent f8eeb7b commit 901f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/class.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare namespace FibSessionNS {
}

interface FibSessionConstructor {
new (conn: FibKV.FibKVInstance | Class_DbConnection | FibPoolNS.FibPool<Class_DbConnection>, opts?: FibSessionNS.Options): void
new (conn: FibKV.FibKVInstance | Class_DbConnection | FibPoolNS.FibPool<Class_DbConnection>, opts?: FibSessionNS.Options): FibSessionNS.FibSessionInstance;
prototype: FibSessionInstance
}
}

0 comments on commit 901f19a

Please sign in to comment.