sepia-search-motore-di-rice.../shared/server-config.model.ts

8 lines
123 B
TypeScript
Raw Normal View History

2020-08-27 14:44:21 +02:00
export interface ServerConfig {
searchInstanceName: string
indexedHostsCount: number
2020-09-02 10:17:50 +02:00
indexedInstancesUrl: string
2020-08-27 14:44:21 +02:00
}