UNPKG
marsol
Version:
latest (0.0.2)
0.0.2
0.0.1
Marsol.ly services JS SDK
github.com/Cipher-IT/MarsolClient_JS
Cipher-IT/MarsolClient_JS
marsol
/
src
/
dto
/
CreateContactRequest.ts
20 lines
(19 loc)
•
309 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** * *
@export
*
@interface
CreateContactRequest */
export
interface
CreateContactRequest
{
/** * *
@type
{string} *
@memberof
CreateContactRequest */
name?:
string
;
/** * *
@type
{string} *
@memberof
CreateContactRequest */
phoneNumber:
string
; }