Type Alias EditOp

EditOp: RawOp & {
    op: any[];
    create: undefined;
    del: undefined;
}