| 21 | } |
| 22 | |
| 23 | interface IHistoryEntry { |
| 24 | inputText: string; |
| 25 | outputText: string; |
| 26 | tableSchema?: string; |
| 27 | isHumanToSql?: boolean; |
| 28 | } |
| 29 | |
| 30 | interface ITextCopied { |
| 31 | isCopied: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected