]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-create-result.model.ts
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-create-result.model.ts
1 export interface VideoCreateResult {
2 id: number
3 uuid: string
4 shortUUID: string
5 }