Select the types of activity you want to include in your feed.
1namespace PDSharp.Core 2 3module Config = 4 type AppConfig = { PublicUrl : string; DidHost : string }