]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/syndication.model.ts
Fix broken dates with localized pages
[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 {
9df52d66
C
4 format: FeedFormat
5 label: string
c199c427 6 url: string
e9683f85 7}