collection.go 113 B

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