package store
import "git.andreafazzi.eu/andrea/probo/lib/models"
type SessionStore = Store[*models.Session]