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

10 lines
150 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-09-02 14:07:22 +02:00
legalNoticesUrl: string
2020-08-27 14:44:21 +02:00
}