mirror of
https://framagit.org/framasoft/peertube/search-index/
synced 2024-12-13 17:46:16 +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
|
|
}
|