Type alias DBOp

DBOp: {
    type: "put";
} & DBOp_ | {
    type: "del";
} & Omit<DBOp_, "value" | "raw">

Generated using TypeDoc