its for when you want to get like notifications for your reposts
1export interface ATProtoActivity { 2 did: string; 3 liked: boolean; 4 repost_uri: string; 5 post_uri: string; 6}