UNPKG
intervention-pages
Version:
latest (1.0.1-rc.3)
1.0.1-rc.3
1.0.1-rc.2
1.0.1-rc.1
1.0.0
PD pages
github.com/acory/intervention-pages
acory/intervention-pages
intervention-pages
/
dist
/
common
/
models
/
partner.types.js
12 lines
(11 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
class
PartnerStaffMember
{
constructor
() {
this
.id =
null
;
this
.first_name =
''
;
this
.last_name =
''
;
this
.active =
true
;
this
.title =
''
;
this
.email =
''
;
this
.phone =
''
; } }