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

8 lines
129 B
TypeScript
Raw Normal View History

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