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