aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/feeds/feed-format.enum.ts
blob: d3d574331268cc25ffdb73e04145f4bc4517deb1 (plain) (blame)
1
2
3
4
5
export const enum FeedFormat {
  RSS = 'xml',
  ATOM = 'atom',
  JSON = 'json'
}