Interface ObjectReplaceOp

interface ObjectReplaceOp {
    od: any;
    oi: any;
    p: Path;
}

Properties

Properties

od: any
oi: any
p: Path