| 77 | } |
| 78 | |
| 79 | export interface ExtendedQuestion extends Question { |
| 80 | author: Author; |
| 81 | votes: any[]; |
| 82 | } |
| 83 | |
| 84 | export interface ExtendedAnswer extends Answer { |
| 85 | author: Author; |
nothing calls this directly
no outgoing calls
no test coverage detected