| 33 | } |
| 34 | |
| 35 | interface TetherQuoteMetadata { |
| 36 | type: string; |
| 37 | title: string; |
| 38 | url: string; |
| 39 | text: string; |
| 40 | pub_date?: string; |
| 41 | extra?: TetherQuoteExtra; |
| 42 | } |
| 43 | |
| 44 | interface Citation { |
| 45 | citation_format_type: string; |
nothing calls this directly
no outgoing calls
no test coverage detected