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