This commit includes significant changes in `mysql.service.ts` in the `services` scope. - Imported `IDbStatusResult` type. - Updated the return type of all operations (insert, update, delete) on both `Brand` and `Model`. These operations now return `Promise<IDbStatusResult>` instead of `Promise<unknown>` or `Promise<number>`. - Also, adjusted the functions documentations to reflect these changes, providing more clarity about the returned result from database operations. Signed-off-by: Mathis <yidhra@tuta.io>
brief-05-back
Languages
TypeScript
100%