Initial commit of working RSS Aggregator build
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export type RepeatableJob = {
|
||||
key: string;
|
||||
name: string;
|
||||
id: string | null;
|
||||
endDate: number | null;
|
||||
tz: string | null;
|
||||
pattern: string;
|
||||
next: number;
|
||||
};
|
||||
Reference in New Issue
Block a user