UNPKG

@travetto/model-elasticsearch

Version:

Elasticsearch backing for the travetto model module, with real-time modeling support for Elasticsearch mappings.

8 lines (7 loc) 130 B
export interface EsSchemaConfig { caseSensitive?: boolean; } export interface EsBulkError { type: string; reason: string; }