@resonatehq/sdk
    Preparing search index...

    Interface ResonateHandle<T>

    interface ResonateHandle<T> {
        id: string;
        result(): Promise<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Methods

    Properties

    id: string

    Methods