interface FeatureIdentifier {
    id: string | number;
    source: string;
}

Properties

Properties

id: string | number

The feature id.

source: string

The source id.