]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/feeds/feed-format.enum.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / feeds / feed-format.enum.ts
CommitLineData
244e76a5
RK
1export enum FeedFormat {
2 RSS = 'xml',
3 ATOM = 'atom',
4 JSON = 'json'
5}