interface GetOptions
extends QueryOptions
Options for getting an actor.
optional
create: Partial<CreateRequest>
Config used to create the actor.
Options for getting an actor.
create: Partial<CreateRequest>
Config used to create the actor.
Add Package
deno add jsr:@rivet-gg/actor-client
Import symbol
import { type GetOptions } from "@rivet-gg/actor-client";
---- OR ----
Import directly with a jsr specifier
import { type GetOptions } from "jsr:@rivet-gg/actor-client";
Add Package
npx jsr add @rivet-gg/actor-client
Import symbol
import { type GetOptions } from "@rivet-gg/actor-client";
Add Package
yarn dlx jsr add @rivet-gg/actor-client
Import symbol
import { type GetOptions } from "@rivet-gg/actor-client";
Add Package
pnpm dlx jsr add @rivet-gg/actor-client
Import symbol
import { type GetOptions } from "@rivet-gg/actor-client";
Add Package
bunx jsr add @rivet-gg/actor-client
Import symbol
import { type GetOptions } from "@rivet-gg/actor-client";