Rulvar API reference / @rulvar/cli / WorkerResumeOptions
Type Alias: WorkerResumeOptions
ts
type WorkerResumeOptions = Omit<ResumeOptions, "lease" | "args">;Defined in: packages/cli/src/worker.ts:260
The resume posture a worker may forward (RV4913): ResumeOptions without the two fields the worker owns, lease and args.