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

6 lines
90 B
TypeScript

export interface IndexableDoc {
elasticSearchId: string
host: string
url?: string
}