| 205 | } |
| 206 | |
| 207 | export interface CitationSource { |
| 208 | startIndex?: number; |
| 209 | endIndex?: number; |
| 210 | uri?: string; |
| 211 | license?: string; |
| 212 | } |
| 213 | |
| 214 | export interface BaseResponse { |
| 215 | object: string; |
nothing calls this directly
no outgoing calls
no test coverage detected