probo/store/exam.go

6 lines
101 B
Go
Raw Normal View History

2023-11-28 16:19:49 +01:00
package store
import "git.andreafazzi.eu/andrea/probo/models"
type ExamStore = Store[*models.Exam]