diff --git a/api_guard/dist/types/index.d.ts b/api_guard/dist/types/index.d.ts index 45c154eb28e..ff4b034bd7c 100644 --- a/api_guard/dist/types/index.d.ts +++ b/api_guard/dist/types/index.d.ts @@ -189,7 +189,8 @@ export declare function concat[]>(...observables: export declare const config: { onUnhandledError: ((err: any) => void) | null; - Promise: PromiseConstructorLike; + stoppedObserver: import("./types").NextObserver | import("./types").ErrorObserver | import("./types").CompletionObserver | undefined; + Promise: PromiseConstructorLike | undefined; useDeprecatedSynchronousErrorHandling: boolean; useDeprecatedNextContext: boolean; };