aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/syndication.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/feeds/syndication.model.ts')
-rw-r--r--client/src/app/shared/shared-main/feeds/syndication.model.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/feeds/syndication.model.ts b/client/src/app/shared/shared-main/feeds/syndication.model.ts
new file mode 100644
index 000000000..2466ae7c6
--- /dev/null
+++ b/client/src/app/shared/shared-main/feeds/syndication.model.ts
@@ -0,0 +1,7 @@
1import { FeedFormat } from '@shared/models'
2
3export interface Syndication {
4 format: FeedFormat,
5 label: string,
6 url: string
7}