Update types

This commit is contained in:
Benjamin Toby
2024-10-18 05:20:28 +01:00
parent 59c6f6dd40
commit 4bbb4da274
14 changed files with 13 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const runQuery = require("../query/utils/runQuery");
* @async
*
* @param {Object} params - Single object passed
* @param {import("@/types/user.td").UserDataPayload} params.payload - SQL Query
* @param {UserDataPayload} params.payload - SQL Query
* @param {DSQL_DatabaseSchemaType | undefined} params.dbSchema - Name of the table to query
* @param {string} [params.encryptionKey]
* @param {string} [params.encryptionSalt]