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

10 lines
150 B
TypeScript

export interface ServerConfig {
searchInstanceName: string
indexedHostsCount: number
indexedInstancesUrl: string
legalNoticesUrl: string
}