Move the ListenerRSSInfos inside the ListenerRSS namespace

This commit is contained in:
Amaury
2021-06-28 19:05:56 +02:00
parent e6395483e2
commit 1f4029dad2
5 changed files with 18 additions and 16 deletions

View File

@ -1,2 +1 @@
export { ListenerRss } from "./listener-rss";
export { ListenerRSSInfos } from "./Models/ListenerRSSInfos";