mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Split types and typings
This commit is contained in:
parent
d6d951ddc0
commit
26d6bf6533
175 changed files with 208 additions and 206 deletions
|
@ -8,7 +8,7 @@ import { buildAudience } from '../../lib/activitypub/audience'
|
|||
import { asyncMiddleware, localAccountValidator, localVideoChannelValidator } from '../../middlewares'
|
||||
import { VideoModel } from '../../models/video/video'
|
||||
import { activityPubResponse } from './utils'
|
||||
import { MActorLight } from '@server/typings/models'
|
||||
import { MActorLight } from '@server/types/models'
|
||||
import { apPaginationValidator } from '../../middlewares/validators/activitypub'
|
||||
|
||||
const outboxRouter = express.Router()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue