shared/ typescript types dir server-commands

This commit is contained in:
Chocobozzz
2021-12-17 09:29:23 +01:00
parent 6b5f72beda
commit bf54587a3e
242 changed files with 228 additions and 172 deletions

View File

@@ -15,7 +15,7 @@ import {
PluginsCommand,
setAccessTokensToServers,
waitJobs
} from '@shared/extra-utils'
} from '@shared/server-commands'
import { HttpStatusCode, ThumbnailType } from '@shared/models'
function postCommand (server: PeerTubeServer, command: string, bodyArg?: object) {