UNPKG
@sethub/sdk
Version:
latest (0.7.3-beta)
0.7.3-beta
0.7.2-beta
0.7.1-beta
0.7.0-beta
<div align="center"> <h1> SetHub SDK </h1>
@sethub/sdk
/
dist
/
cjs
/
services
/
profiles
/
protocols
/
profile.d.ts
6 lines
(5 loc)
•
80 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
Profile
= {
id
:
string
;
name
:
string
;
email
:
string
; };