mirror of
https://framagit.org/framasoft/peertube/search-index/
synced 2024-12-14 01:54:24 +01:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
export interface ServerConfig {
|
|
searchInstanceName: string
|
|
|
|
indexedHostsCount: number
|
|
|
|
indexedInstancesUrl: string
|
|
}
|