@resonatehq/sdk
    Preparing search index...

    Type Alias InternalAwait<T>

    type InternalAwait<T> = {
        id: string;
        promise: Promise<T>;
        type: "internal.await";
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    id: string
    promise: Promise<T>
    type: "internal.await"