]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/video/syndication.model.ts
Lazy load static objects
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / syndication.model.ts
... / ...
CommitLineData
1import { FeedFormat } from '../../../../../shared/models/feeds/feed-format.enum'
2
3export interface Syndication {
4 format: FeedFormat,
5 label: string,
6 url: string
7}