KVBatchOperation

KVBatchOperation

type: { key: string; ttl?: number; type: “put”; value: JsonValue; } | { key: string; type: “delete”; }