Skip to main content

Namespace: PostResetOperation

workflow.v1.PostResetOperation

Namespaces

Classes

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { signalWorkflow?: $Shape | null ; updateWorkflowOptions?: $Shape | null } & { signalWorkflow?: null ; updateWorkflowOptions?: null ; variant?: undefined } | { signalWorkflow: $Shape ; updateWorkflowOptions?: null ; variant?: "signalWorkflow" } | { signalWorkflow?: null ; updateWorkflowOptions: $Shape ; variant?: "updateWorkflowOptions" }

Narrowed shape of a PostResetOperation.