]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/feeds/feed-format.enum.ts
Send views in a dedicated queue
[github/Chocobozzz/PeerTube.git] / shared / models / feeds / feed-format.enum.ts
1 export const enum FeedFormat {
2 RSS = 'xml',
3 ATOM = 'atom',
4 JSON = 'json'
5 }