···2444 reason: {
2445 type: 'string',
2446 description:
2447+ 'The reason why this notification was delivered - e.g. your gallery was favd, or you received a new follower.',
2448+ knownValues: ['follow', 'gallery-favorite', 'unknown'],
2449 },
2450 reasonSubject: {
2451 type: 'string',
···20 uri: string
21 cid: string
22 author: SocialGrainActorDefs.ProfileView
23+ /** The reason why this notification was delivered - e.g. your gallery was favd, or you received a new follower. */
24+ reason: 'follow' | 'gallery-favorite' | 'unknown' | (string & {})
25 reasonSubject?: string
26 record: { [_ in string]: unknown }
27 isRead: boolean
···22 },
23 "reason": {
24 "type": "string",
25+ "description": "The reason why this notification was delivered - e.g. your gallery was favd, or you received a new follower.",
26 "knownValues": [
27+ "follow",
28 "gallery-favorite",
29 "unknown"
30 ]