1
0
Fork 0
peertube/shared/models/videos/video-source.ts

4 lines
52 B
TypeScript

export interface VideoSource {
filename: string
}