UNPKG
geneea-nlp-client
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.3.3
0.3.2
0.3.1
0.3.0
0.1.0
The TypeScript Client for Geneea Interpretor G3 API.
bitbucket.org/geneea/ts-nlp-client
geneea-nlp-client
/
common
/
id.d.ts
6 lines
(5 loc)
•
98 B
TypeScript
View Raw
1
2
3
4
5
6
/** Interface of items with an
id
value. */ interface HasId {
id
: string; }
export
{ HasId };