DisBot
    Preparing search index...

    Type Alias PromiseReturnType<T>

    PromiseReturnType: PromiseType<ReturnType<T>>

    Get the return type of a function which returns a Promise.

    Type Parameters