Interface StringNode

interface StringNode {
    path: string;
    value: string;
}

Properties

Properties

path: string
value: string