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

@@ -9,7 +9,7 @@ import {
PluginsCommand,
setAccessTokensToServers,
setDefaultVideoChannel
} from '@shared/extra-utils'
} from '@shared/server-commands'
import { ServerHookName, VideoPlaylistPrivacy, VideoPrivacy } from '@shared/models'
describe('Test plugin action hooks', function () {