···2626 /** the primary actor at-identifier could not be resolved */
2727 model ActorNotFound {}
2828}
2929+3030+// --- Externals ---
3131+3232+@external
3333+namespace app.bsky.graph.defs {
3434+ model Relationship { }
3535+ model NotFoundActor { }
3636+}