]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/syndication.model.ts
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/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 }