Sifa professional network frontend (Next.js, React, TailwindCSS) sifa.id/
at main 11 lines 241 B view raw
1export interface ActivityCardProps { 2 record: Record<string, unknown>; 3 collection: string; 4 uri: string; 5 rkey: string; 6 authorDid: string; 7 authorHandle?: string; 8 authorAvatar?: string; 9 showAuthor: boolean; 10 compact: boolean; 11}