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

    Type Alias MaybePromise<T>

    MaybePromise: T | Promise<T>

    Creates a type that accepts either T or a Promise

    Type Parameters

    • T