⚠️ Internal: This API is not publically exported by the package.
interface RequestUtilityParameters {
    requestOptions: APIRequest;
    streamingResponse?: boolean;
}

Properties

requestOptions: APIRequest
streamingResponse?: boolean