]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/syndication.model.ts
Fix some accessibility issues
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / syndication.model.ts
CommitLineData
67ed6552 1import { FeedFormat } from '@shared/models'
c199c427
C
2
3export interface Syndication {
4 format: FeedFormat,
5 label: string,
6 url: string
e9683f85 7}