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

6 lines
90 B
TypeScript
Raw Normal View History

2020-02-19 15:39:35 +01:00
export interface IndexableDoc {
elasticSearchId: string
host: string
2020-06-10 14:33:20 +02:00
url?: string
2020-02-19 15:39:35 +01:00
}