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

8 lines
148 B
TypeScript
Raw Normal View History

import { FeedFormatType } from '@peertube/peertube-models'
2018-10-18 14:35:31 +02:00
export interface Syndication {
format: FeedFormatType
2021-08-17 14:42:53 +02:00
label: string
2018-10-18 14:35:31 +02:00
url: string
2018-10-18 14:58:11 +02:00
}