Update types: Remove '@/' references

This commit is contained in:
Benjamin Toby
2024-10-19 17:45:42 +01:00
parent bf1d7f5fcd
commit 4462ba315d
27 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ const encryptionSalt = process.env.DSQL_ENCRYPTION_SALT || "";
* res: http.ServerResponse,
* supEmail?: string | null,
* additionalFields?: object,
* dbSchema: import("@/package-shared/types").DSQL_DatabaseSchemaType | undefined
* dbSchema: import("../../../../package-shared/types").DSQL_DatabaseSchemaType | undefined
* }} params - function parameters inside an object
*
* @returns {Promise<FunctionReturn>} - Response object