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

@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-expressions */
import { dateIsValid, makeRawRequest, PeerTubeServer, testImage, webtorrentAdd } from '@shared/extra-utils'
import { dateIsValid, makeRawRequest, PeerTubeServer, testImage, webtorrentAdd } from '@shared/server-commands'
import { expect } from 'chai'
import { loadLanguages, VIDEO_CATEGORIES, VIDEO_LANGUAGES, VIDEO_LICENCES, VIDEO_PRIVACIES } from '@server/initializers/constants'
import { getLowercaseExtension, uuidRegex } from '@shared/core-utils'