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

    Type Alias Awaited<T>

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

    Extracts the return type of a promise

    Type Parameters

    • T