1
0
mirror of https://framagit.org/framasoft/peertube/search-index/ synced 2024-12-14 01:54:24 +01:00
sepia-search-motore-di-rice.../shared/server-config.model.ts
2020-09-02 10:20:39 +02:00

8 lines
123 B
TypeScript

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