interface NodeIssueDatumInvalid {
    nodeDatumType: NodeDatumType;
    value: string;
}

Properties

Properties

nodeDatumType: NodeDatumType
value: string