···89const is$typed = _is$typed,
10 validate = _validate
11-const id = 'app.example.follow'
1213export interface Record {
14- $type: 'app.example.follow'
15- /** DID of the account being followed */
16- subject: string
17- /** When the follow was created */
18 createdAt: string
19 [k: string]: unknown
20}