Try to fix subscriptions inconsistencies
[oweals/peertube.git] / client / src / app / shared / video / syndication.model.ts
1 import { FeedFormat } from '../../../../../shared/models/feeds/feed-format.enum'
2
3 export interface Syndication {
4   format: FeedFormat,
5   label: string,
6   url: string
7 }