Chocobozzz/PeerTube

View on GitHub
client/src/app/shared/shared-main/feeds/syndication.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { FeedFormatType } from '@peertube/peertube-models'

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