PeerTube/client/src/app/shared/shared-main/feeds/syndication.model.ts

8 lines
148 B
TypeScript

import { FeedFormatType } from '@peertube/peertube-models'
export interface Syndication {
format: FeedFormatType
label: string
url: string
}