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

Interface ITextCopied

pages/index.tsx:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface ITextCopied {
31 isCopied: boolean;
32 isHistory: boolean;
33 text: string;
34}
35interface prev {
36 previnput: string;
37 prevoutput: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected