aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-source.ts
blob: 57e54fc7fa481dbc8889f3d2fcbcc05bd87f04e0 (plain) (tree)
1
2
3


                              
export interface VideoSource {
  filename: string
}