Package version:

Interface ExposureControlRequest

The exposure control request.

interface ExposureControlRequest {
    featureName?: string;
    featureType?: string;
}

Properties

featureName?: string

The feature name.

featureType?: string

The feature type.