a52b5771b94b8818abfb9c58951d1e4ae14aa5eb
[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 }