Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias Temporal.AssignmentOptions
Unstable

Options for assigning fields using with() or entire objects with from().

definition: { overflow?: "constrain" | "reject"; }