]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/syndication.model.ts
Rename duplicate to more universal mirror, add to miniature for quick access by admins
[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 }