Interface FeatureDescription

interface FeatureDescription {
    name: string;
    value: any;
}

Properties

Properties

name: string
value: any

Generated using TypeDoc