sepia-search-motore-di-rice.../server/types/elastic-search.model.ts

5 lines
75 B
TypeScript

export interface IndexableDoc {
elasticSearchId: string
host: string
}