forked from Ivasoft/mattermost-mobile
Update v2 dependencies (#5312)
This commit is contained in:
2
types/global/error_handling.d.ts
vendored
2
types/global/error_handling.d.ts
vendored
@@ -5,4 +5,4 @@ interface jsAndNativeErrorHandler {
|
||||
initializeErrorHandling: () => void;
|
||||
nativeErrorHandler: (e: string) => void;
|
||||
errorHandler: (e: Error | ClientError, isFatal: boolean) => void;
|
||||
}
|
||||
}
|
||||
|
||||
2
types/global/push_notifications.d.ts
vendored
2
types/global/push_notifications.d.ts
vendored
@@ -44,4 +44,4 @@ interface NotificationWithData extends Notification {
|
||||
|
||||
declare class NotificationWithChannel extends Notification {
|
||||
channel_id?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user