export interface PropertyNamedNodeStructure {
    name: string;
}
