]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - feeds/feed-format.enum.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / feeds / feed-format.enum.ts
1 export const enum FeedFormat {
2 RSS = 'xml',
3 ATOM = 'atom',
4 JSON = 'json'
5 }