| 29 | } |
| 30 | |
| 31 | interface ActivitiesResponse { |
| 32 | activities: Activity[]; |
| 33 | total: number; |
| 34 | limit: number; |
| 35 | offset: number; |
| 36 | hasMore: boolean; |
| 37 | } |
| 38 | |
| 39 | const typeConfig: Record<string, { |
| 40 | icon: React.ComponentType<{ className?: string; style?: React.CSSProperties }>; |
nothing calls this directly
no outgoing calls
no test coverage detected