A response from calling request().

interface ArcGISRequestHelperResponse<T> {
    data: T;
}

Type Parameters

  • T = unknown

Hierarchy

Properties

Properties

data: T

The response data.