Initial commit of working RSS Aggregator build
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export type StreamName = string;
|
||||
export type EntryId = string;
|
||||
export type EntryRaw = [EntryId, string[]];
|
||||
export type StreamReadRaw = [StreamName, EntryRaw[]][] | null | undefined;
|
||||
Reference in New Issue
Block a user