export interface PropertyNameableNodeStructure {
    name?: string;
}
