unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 10 lines 191 B view raw
1export interface server { 2 id: string 3 displayName: string 4 publicInbox: string 5 publicKey: string 6 detail: string 7 blocked: boolean 8 friendServer: boolean 9 bubbleTimeline: boolean 10}