]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - videos/video-create-result.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / videos / video-create-result.model.ts
1 export interface VideoCreateResult {
2 id: number
3 uuid: string
4 shortUUID: string
5 }