Interface Modification

interface Modification {
    path: [Partition, ...string[]];
    type: MutationType;
}

Properties

Properties

path: [Partition, ...string[]]

Generated using TypeDoc