From 386516cca1938a23717c13d4ef39cda3a135347a Mon Sep 17 00:00:00 2001 From: Ben Borla Date: Mon, 9 Dec 2024 15:26:20 +0800 Subject: [PATCH] removed unusd type --- src/mysql/index.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mysql/index.ts b/src/mysql/index.ts index d5c32851..b6b5867b 100644 --- a/src/mysql/index.ts +++ b/src/mysql/index.ts @@ -21,14 +21,6 @@ interface ColumnRow { data_type: string; } -interface QueryResult { - content: Array<{ - type: string; - text: string; - }>; - isError: boolean; -} - const config = { server: { name: "example-servers/mysql",