PromiseWatcherI: InterfaceGuard<{
    onFulfilled: MethodGuard;
    onRejected: MethodGuard;
}> = ...

A PromiseWatcher interface that has both onFulfilled and onRejected handlers.