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

The child flow response object returned from the main flow during recursion

Type Parameters

  • T