PeerTube/client/src/app/shared/video/syndication.model.ts

8 lines
168 B
TypeScript

import { FeedFormat } from '../../../../../shared/models/feeds/feed-format.enum'
export interface Syndication {
format: FeedFormat,
label: string,
url: string
}