@forge/cli-shared

8.24.08.24.0-experimental-04cc2b9
out/shared/error-handling.d.ts
~out/shared/error-handling.d.tsModified
+1−1
Index: package/out/shared/error-handling.d.ts
===================================================================
--- package/out/shared/error-handling.d.ts
+++ package/out/shared/error-handling.d.ts
@@ -1,6 +1,6 @@
 import { Logger } from '../ui';
-export declare type ErrorAnalytics = Record<string, string | string[] | boolean | undefined> & {
+export type ErrorAnalytics = Record<string, string | string[] | boolean | undefined> & {
     isUserError?: boolean;
     requestId?: string;
 };
 export interface ErrorWithAnalytics {