PeerTube/shared/models/videos/video-source.ts

5 lines
79 B
TypeScript

export interface VideoSource {
filename: string
createdAt: string | Date
}