fix: interceptor error from extension issue (#3548)

This commit is contained in:
Nivedin
2023-11-14 17:17:23 +05:30
committed by GitHub
parent e24d0ce605
commit 8d7509cdea
10 changed files with 143 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ export type InterceptorError =
description: (t: ReturnType<typeof getI18n>) => string
}
error?: unknown
component?: Component
}
/**