Package version:

Type Alias ReplaceOperation

ReplaceOperation: OperationWithItem & {
    id: string;
    operationType: typeof Replace;
}