Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/video-create-result.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoCreateResult {
  id: number
  uuid: string
  shortUUID: string
}