removed unusd type

This commit is contained in:
Ben Borla
2024-12-09 15:26:20 +08:00
parent bd0a6a9ef2
commit 386516cca1

View File

@@ -21,14 +21,6 @@ interface ColumnRow {
data_type: string; data_type: string;
} }
interface QueryResult {
content: Array<{
type: string;
text: string;
}>;
isError: boolean;
}
const config = { const config = {
server: { server: {
name: "example-servers/mysql", name: "example-servers/mysql",