UNPKG
ministry-platform-provider
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
TypeScript client library for Ministry Platform API integration
ministry-platform-provider
/
src
/
Interfaces
/
mpUserProfile.ts
9 lines
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
mpUserProfile {
User
_GUID
:
string
;
First
_Name
:
string
;
Nickname
:
string
;
Last
_Name
:
string
;
Email
_Address
:
string
|
null
;
Mobile
_Phone
:
string
|
null
;
Image
_GUID
:
string
|
null
; }