Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/pylon.d.ts>KV.OperationOptions.Delete

🔑 A strongly typed Pylon API client.
Latest
interface KV.OperationOptions.Delete
import { type KV } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
const { Delete } = KV.OperationOptions;

Operation options for deleting a key.

Properties

optional
prevValue: Json | Uint8Array

Deletes the value, but only if it equals the provided value.