an app.bsky.* indexer
1package models 2 3type StrongRef struct { 4 Uri string 5 Cid string 6}