aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/feeds/feed-format.enum.ts
blob: f3173a78137588c64102b98a37299a633111a5d1 (plain) (tree)
1
2
3
4
5




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