group.go 103 B

12345
  1. package store
  2. import "git.andreafazzi.eu/andrea/probo/models"
  3. type GroupStore = Store[*models.Group]