1 2 3 4 5 6 7
import { FeedFormatType } from '@peertube/peertube-models' export interface Syndication { format: FeedFormatType label: string url: string }