Type Alias CreateOp

CreateOp: RawOp & {
    create: Object;
    del: undefined;
    op: undefined;
}