an atproto pds written in F# (.NET 9) 馃
pds fsharp giraffe dotnet atproto
at main 184 B view raw
1锘縩amespace PDSharp.Core 2 3module Models = 4 [<CLIMutable>] 5 type DescribeServerResponse = { 6 availableUserDomains : string list 7 did : string 8 inviteCodeRequired : bool 9 }