···66// A hack so that the reducer can't read anything from the agent.
77// From the reducer's point of view, it should be a completely opaque object.
88type OpaqueBskyAgent = {
99+ readonly service: URL
910 readonly api: unknown
1011 readonly app: unknown
1112 readonly com: unknown