diff --git a/api_guard/dist/types/index.d.ts b/api_guard/dist/types/index.d.ts index a52607df507..35786bccd37 100644 --- a/api_guard/dist/types/index.d.ts +++ b/api_guard/dist/types/index.d.ts @@ -189,15 +189,7 @@ export declare function concat[]>(...observables: export declare const config: { onUnhandledError: ((err: any) => void) | null; - onStoppedNotification: ((notification: { - kind: 'N'; - value: any; - } | { - kind: 'E'; - error: any; - } | { - kind: 'C'; - }, subscriber: Subscriber) => void) | null; + onStoppedNotification: ((notification: ObservableNotification, subscriber: Subscriber) => void) | null; Promise: PromiseConstructorLike | undefined; useDeprecatedSynchronousErrorHandling: boolean; useDeprecatedNextContext: boolean;