mirror of
https://framagit.org/framasoft/peertube/search-index/
synced 2025-01-10 08:32:41 +01:00
13 lines
221 B
TypeScript
13 lines
221 B
TypeScript
export interface ServerConfig {
|
|
searchInstanceName: string
|
|
searchInstanceNameImage: string
|
|
|
|
searchInstanceSearchImage: string
|
|
|
|
indexedHostsCount: number
|
|
|
|
indexedInstancesUrl: string
|
|
|
|
legalNoticesUrl: string
|
|
}
|