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