1
0
mirror of https://framagit.org/framasoft/peertube/search-index/ synced 2024-12-13 17:46:16 +01:00
sepia-search-motore-di-rice.../shared/server-config.model.ts
2020-09-18 16:29:32 +02:00

13 lines
221 B
TypeScript

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