export interface TypedNodeStructure {
    type?: string;
}
