Vana SDK - v0.1.0
    Preparing search index...

    Type Alias PromiseResult<T>

    PromiseResult: T extends Promise<infer U> ? U : T

    Helper type to extract promise result type

    Type Parameters

    • T