| 174 | } |
| 175 | |
| 176 | export interface CommentFile { |
| 177 | id: number; |
| 178 | body: string; |
| 179 | author: string; |
| 180 | created_at: string; |
| 181 | } |
| 182 | |
| 183 | export interface UserFile { |
| 184 | id: number; |
nothing calls this directly
no outgoing calls
no test coverage detected