Skip to content

Commit

Permalink
refactor - no need for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Jul 27, 2024
1 parent f5c272f commit 0d95540
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d95540

Please sign in to comment.