Using types declarations from the official @peertube/peertube-types package.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import type { RegisterServerOptions } from '@peertube/peertube-types'
|
||||
import { newResult, TestResult } from './utils'
|
||||
|
||||
export async function diagBackend (test: string, _options: RegisterServerOptions): Promise<TestResult> {
|
||||
|
Reference in New Issue
Block a user