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