mirror of https://github.com/Chocobozzz/PeerTube
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
|
export enum FeedFormat {
|
||
|
RSS = 'xml',
|
||
|
ATOM = 'atom',
|
||
|
JSON = 'json'
|
||
|
}
|