diff --git a/types/index.d.ts b/types/index.d.ts index 0fc7d78..8ee1f29 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -64,11 +64,6 @@ declare namespace fastifyMysql { promise?: boolean; connectionString?: string; } - - /** - * @deprecated Use FastifyMySQLOptions instead - */ - export interface MySQLOptions extends FastifyMySQLOptions {} export type MySQLProcedureCallPacket< T = [MySQLRowDataPacket[], MySQLResultSetHeader] | MySQLResultSetHeader,