1export interface ATProtoActivity { 2 did: string; 3 liked: boolean; 4 repost_uri: string; 5 post_uri: string; 6}