Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Dec 9, 2024
1 parent 682c817 commit 13208d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class KvStore<T extends SessionStoreData> implements Store {
* The serializer to use.
* @default JSON
*/
serializer: Serializer;
serializer: Serializer<T>;

/**
* Time to live in milliseconds.
Expand Down

0 comments on commit 13208d6

Please sign in to comment.