3a4992633
1 2 3 4 5 6 7
export const FeedFormat = { RSS: 'xml', ATOM: 'atom', JSON: 'json' } as const export type FeedFormatType = typeof FeedFormat[keyof typeof FeedFormat]