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
|
@ -1,7 +1,7 @@
|
|||
import { Response } from 'express'
|
||||
import { VideoChangeOwnershipModel } from '../../models/video/video-change-ownership'
|
||||
import { MVideoChangeOwnershipFull } from '@server/typings/models/video/video-change-ownership'
|
||||
import { MUserId } from '@server/typings/models'
|
||||
import { MVideoChangeOwnershipFull } from '@server/types/models/video/video-change-ownership'
|
||||
import { MUserId } from '@server/types/models'
|
||||
|
||||
export async function doesChangeVideoOwnershipExist (idArg: number | string, res: Response) {
|
||||
const id = parseInt(idArg + '', 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue