]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/feeds/syndication.model.ts
provide specific engine boundaries for nodejs and yarn
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / syndication.model.ts
1 import { FeedFormat } from '@shared/models'
2
3 export interface Syndication {
4 format: FeedFormat,
5 label: string,
6 url: string
7 }