Skip to content

Commit

Permalink
restrict session driver config to file, memory, cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 4, 2023
1 parent be481a2 commit b59e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/session/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export interface SessionConfig {
/**
* The session driver name.
*/
driver: 'file' | 'memory' | 'cookie' | string
driver: 'file' | 'memory' | 'cookie'

/**
* Stores the session cookie name.
Expand Down

0 comments on commit b59e160

Please sign in to comment.