export type SessionOptions = {
  key: string
  secret: string
  salt?: string
  signedSalt?: string