Type Alias TCancellablePromise<T>

TCancellablePromise: Promise<T> & { cancel: () => void }

Type Parameters

  • T