Update v2 dependencies (#5312)

This commit is contained in:
Elias Nahum
2021-04-14 10:55:29 -04:00
committed by GitHub
parent 661904fbaf
commit 9a4a93a1a5
60 changed files with 8792 additions and 13335 deletions

View File

@@ -5,4 +5,4 @@ interface jsAndNativeErrorHandler {
initializeErrorHandling: () => void;
nativeErrorHandler: (e: string) => void;
errorHandler: (e: Error | ClientError, isFatal: boolean) => void;
}
}

View File

@@ -44,4 +44,4 @@ interface NotificationWithData extends Notification {
declare class NotificationWithChannel extends Notification {
channel_id?: string;
}
}