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

5 lines
63 B
TypeScript
Raw Normal View History

2020-02-19 15:39:35 +01:00
export interface IndexableDoc {
host: string
2022-01-31 11:49:06 +01:00
url: string
2020-02-19 15:39:35 +01:00
}