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
@@ -1,6 +1,6 @@
// @ts-check
/** @type {import("@/package-shared/types").SerializeQueryFnType} */
/** @type {import("../../package-shared/types").SerializeQueryFnType} */
function serializeQuery({ query }) {
let str = "?";
const keys = Object.keys(query);