UNPKG
andes-match
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Algoritmos de matcheo para MPI
github.com/andes/match
andes/match
andes-match
/
IPerson.ts
7 lines
•
127 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
IPerson
{
identity
:
string
,
firstname
:
string
,
lastname
:
string
,
birthDate
:
string
,
gender
:
string
}