From 79a03200448baf97a0cbdc751f16f976ea72769c Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 27 Aug 2024 14:41:45 +0100 Subject: [PATCH] Add the result library directly so that we don't have to type out ActionResult. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d134a289..c95052e9 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "typescript-formatter": "^7.2" }, "dependencies": { + "@gnuxie/typescript-result": "^0.2.0", "@sentry/node": "^7.17.2", "@sentry/tracing": "^7.17.2", "@sinclair/typebox": "0.32.34",