UNPKG
anonymous-student
Version:
beta (1.1.2-1)
latest (1.1.2)
1.1.2
1.1.2-1
Anonymous student is used to retrieve and save information from our website users.
anonymous-student
/
src
/
domain
/
dto
/
write-history-record.ts
8 lines
(6 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
StudentField
}
from
'@studyportals/studentdomain'
;
import
{
Actor
}
from
'../../../interfaces'
;
export
interface
WriteHistoryRecord
{
field
:
StudentField
;
actor
:
Actor
; }