PeerTube/shared/models/feeds/feed-format.enum.ts

6 lines
75 B
TypeScript

export enum FeedFormat {
RSS = 'xml',
ATOM = 'atom',
JSON = 'json'
}