Home > utils > WaitResult
Signature:
export declare interface WaitResult<T> extends Promise<T>
Extends: Promise<T>