| 1 | export interface ActionContributionListData { |
| 2 | actionText: string; |
| 3 | dataText: string; |
| 4 | isAction: boolean; |
| 5 | timestamp: Date; |
| 6 | } |
| 7 | |
| 8 | export interface RockyGraphData { |
| 9 | timestamp: Date, |
nothing calls this directly
no outgoing calls
no test coverage detected