an app.bsky.* indexer
at master 66 B view raw
1package models 2 3type StrongRef struct { 4 Uri string 5 Cid string 6}