Options for the getBatch
function.
optional
format: "value" | "arrayBuffer"
Options for the getBatch
function.
format: "value" | "arrayBuffer"
Add Package
deno add jsr:@rivet-gg/actor
Import symbol
import { type GetBatchOptions } from "@rivet-gg/actor/kv";
---- OR ----
Import directly with a jsr specifier
import { type GetBatchOptions } from "jsr:@rivet-gg/actor/kv";