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