aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/syndication.model.ts
blob: c59ab01e82f26bf60ce7d149bd8f3b24bc655828 (plain) (tree)
1
2
3
4
5
6
7





                                                                                
 
import { FeedFormat } from '../../../../../shared/models/feeds/feed-format.enum'

export interface Syndication {
  format: FeedFormat,
  label: string,
  url: string
}