aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/syndication.model.ts
blob: a61515313037b1b82385a4c94cd7c241f0176faa (plain) (blame)
1
2
3
4
5
6
7
import { FeedFormatType } from '@peertube/peertube-models'

export interface Syndication {
  format: FeedFormatType
  label: string
  url: string
}