MCPcopy
hub / github.com/whoiskatrin/sql-translator / IHistoryEntry

Interface IHistoryEntry

pages/index.tsx:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface IHistoryEntry {
24 inputText: string;
25 outputText: string;
26 tableSchema?: string;
27 isHumanToSql?: boolean;
28}
29
30interface ITextCopied {
31 isCopied: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected