1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Move typescript utils in its own directory

This commit is contained in:
Chocobozzz 2021-12-16 18:04:16 +01:00
parent 077f344891
commit 6b5f72beda
No known key found for this signature in database
GPG key ID: 583A612D890159BE
78 changed files with 91 additions and 133 deletions

View file

@ -15,7 +15,7 @@ import {
import { TokensCache } from '@server/lib/auth/tokens-cache'
import { MUserAccountId } from '@server/types/models'
import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token'
import { AttributesOnly } from '@shared/core-utils'
import { AttributesOnly } from '@shared/typescript-utils'
import { logger } from '../../helpers/logger'
import { AccountModel } from '../account/account'
import { ActorModel } from '../actor/actor'