ProxyResponseType<T>: {
    $error?: StreamError;
    data?: T;
    done?: boolean;
    jc: string;
    ju: string;
}

The proxy response object returned from the activity proxy flow

Type Parameters

  • T