chore(model): designated eo-label name type
This commit is contained in:
parent
a4aaa0fbda
commit
4442b7df29
@ -1,6 +1,6 @@
|
||||
ExamOfficeLabel
|
||||
user UserId
|
||||
name Text
|
||||
name ExamOfficeLabelName
|
||||
status MessageStatus
|
||||
priority Int -- determines label ordering
|
||||
UniqueExamOfficeLabel user name
|
||||
|
||||
@ -6,6 +6,7 @@ import Model.Types.Common as Types
|
||||
import Model.Types.Course as Types
|
||||
import Model.Types.DateTime as Types
|
||||
import Model.Types.Exam as Types
|
||||
import Model.Types.ExamOffice as Types
|
||||
import Model.Types.Health as Types
|
||||
import Model.Types.Mail as Types
|
||||
import Model.Types.Security as Types
|
||||
|
||||
8
src/Model/Types/ExamOffice.hs
Normal file
8
src/Model/Types/ExamOffice.hs
Normal file
@ -0,0 +1,8 @@
|
||||
module Model.Types.ExamOffice
|
||||
( ExamOfficeLabelName
|
||||
) where
|
||||
|
||||
import Import.NoModel
|
||||
|
||||
|
||||
type ExamOfficeLabelName = Text
|
||||
Reference in New Issue
Block a user