an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm
at button 71 B view raw
1export type User = { 2 id: number; 3 name: string; 4 email: string; 5};