Remove name field adding lastentries parameter and give the new entries for the first update

This commit is contained in:
Amaury Joly 2021-03-21 21:33:16 +01:00
parent 67907d7cfb
commit f919726e4d

2
index.ts Normal file
View File

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