CONFIG.eventLinkPrefix

This commit is contained in:
Martti Malmi
2023-10-17 12:59:25 +03:00
parent ca18cf25e3
commit d9bd198e8d
23 changed files with 53 additions and 39 deletions

View File

@ -52,4 +52,5 @@ declare const CONFIG: {
deck: boolean;
zapPool: boolean;
};
eventLinkPrefix: NostrPrefix;
};