aboutsummaryrefslogtreecommitdiff
path: root/src/lib/consts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/consts.ts')
-rw-r--r--src/lib/consts.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/consts.ts b/src/lib/consts.ts
index 93ec343..e9f766d 100644
--- a/src/lib/consts.ts
+++ b/src/lib/consts.ts
@@ -2,3 +2,8 @@ export const wikiKind = 30818;
export const indexKind = 30040;
export const zettelKind = 30041;
export const standardRelays = [ "wss://thecitadel.nostr1.com" ];
+
+export enum FeedType {
+ Relays,
+ Follows,
+}