pull/5170/head
Chocobozzz 2022-08-03 11:54:08 +02:00
parent 84992f5606
commit fd59208e8c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import {
MVideoThumbnail
} from '@server/types/models'
type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes'
function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise<MVideoFormattableDetails>