diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 9ff83fad93..b71bfbbed3 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -4670,16 +4670,6 @@ declare namespace JQuery { UR, UJ, UN, never, never, never> { } - /** - * This object provides a subset of the methods of the Deferred object (then, done, fail, always, - * pipe, progress, state and promise) to prevent users from changing the state of the Deferred. - * - * @see {@link http://api.jquery.com/Types/#Promise} - */ - interface Promise1 extends Promise3 { } - /** * This object provides a subset of the methods of the Deferred object (then, done, fail, always, * pipe, progress, state and promise) to prevent users from changing the state of the Deferred.