diff --git a/typings/react-native-code-push.d.ts b/typings/react-native-code-push.d.ts index b59b3b199..c6f9cc5de 100644 --- a/typings/react-native-code-push.d.ts +++ b/typings/react-native-code-push.d.ts @@ -228,11 +228,6 @@ declare namespace CodePush { */ function disallowRestart(): void; - /** - * Check if CodePush is allowed to restart the app. - */ - function restartAllowed(): boolean; - /** * Immediately restarts the app. *