interface FeatureResponseBean {
    features?: FeatureBean[];
}

Properties

Properties

features?: FeatureBean[]