Agent Client Protocol - v1.0.0
    Preparing search index...

    Type Alias MaybePromise<T>

    MaybePromise: T | Promise<T>

    Value that may be returned synchronously or through a promise.

    Type Parameters

    • T