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