property DurableObjectLockOptions.runtime

Runtime services, for minting the lock token.

Required rather than defaulted: a token must come from runtime.uuid() per AI_GUIDELINES ยง4.2, and unlike the Durable Object side, this side does have a plugin context to take one from.

Type

IRuntimeServices

Usage

import { type DurableObjectLockOptions } from "cloudflare-plugin/src/index.ts";