Interface LayerAttribute<WfsXmlTypes>

interface LayerAttribute<WfsXmlTypes = XmlTypes> {
    name: string;
    type: WfsXmlTypes;
}

Type Parameters

Properties

Properties

name: string