UNPKG

geneea-nlp-client

Version:

The TypeScript Client for Geneea Interpretor G3 API.

6 lines (5 loc) 98 B
/** Interface of items with an id value. */ interface HasId { id: string; } export { HasId };