Batch of patch operations

interface PatchBatch {
    filePath: string;
    operations: PatchItem[];
}

Properties

Properties

filePath: string

Target file path

operations: PatchItem[]

List of patch operations to perform