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.d.ts
11 lines
(10 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
PartnerStaffMember
{
id
:
number
|
null
;
name
?:
string
;
first_name
:
string
;
last_name
:
string
;
active
:
boolean
;
title
:
string
;
email
:
string
;
phone
:
string
; }