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

5 lines
63 B
TypeScript

export interface IndexableDoc {
host: string
url: string
}