aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/syndication.model.ts
blob: 2466ae7c6fe5a2da9eab3a8d8fce7f37179349af (plain) (blame)
1
2
3
4
5
6
7
import { FeedFormat } from '@shared/models'

export interface Syndication {
  format: FeedFormat,
  label: string,
  url: string
}