bd45d503e
244e76a55
1
2 3 4 5
export const enum FeedFormat { RSS = 'xml', ATOM = 'atom', JSON = 'json' }