aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/syndication.model.ts
blob: a52b5771b94b8818abfb9c58951d1e4ae14aa5eb (plain) (blame)
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
}