]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-create-result.model.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-create-result.model.ts
CommitLineData
d4a8e7a6
C
1export interface VideoCreateResult {
2 id: number
3 uuid: string
4 shortUUID: string
5}