67ed6552b
c199c427d
e9683f850
1
2 3 4 5 6
7
import { FeedFormat } from '@shared/models' export interface Syndication { format: FeedFormat, label: string, url: string }