diff --git a/typings/mysql/lib/protocol/sequences/Query.d.ts b/typings/mysql/lib/protocol/sequences/Query.d.ts index 5eaa7491fd..d76f3ae51d 100644 --- a/typings/mysql/lib/protocol/sequences/Query.d.ts +++ b/typings/mysql/lib/protocol/sequences/Query.d.ts @@ -79,19 +79,9 @@ declare namespace Query { */ code: string; - /** - * The sql state marker - */ sqlStateMarker?: string; - - /** - * The sql state - */ sqlState?: string; - - /** - * The field count - */ + sqlMessage?: string; fieldCount?: number; /**