From 486b45c25c09447ac14ba31d4528ebdd3164ea60 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 12 Dec 2022 16:27:18 +0100 Subject: [PATCH] improve types --- src/global.d.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/global.d.ts b/src/global.d.ts index 2bfe70f..fa50669 100644 --- a/src/global.d.ts +++ b/src/global.d.ts @@ -1 +1,8 @@ -/// \ No newline at end of file +/// + +declare namespace App { + interface Error { + message: string; + code: string; + } +} \ No newline at end of file