Interface SemanticWfsSourceIdentityExperimental

Stable WFS feature-type identity and the namespaces used by its QNames.

interface SemanticWfsSourceIdentity {
    namespaces?: Readonly<Record<string, string>>;
    typeName: string;
}

Properties

namespaces?: Readonly<Record<string, string>>
typeName: string