Skip to main content

Namespace: UpdateResponse

coresdk.workflow_commands.UpdateResponse

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { accepted?: $Shape | null ; completed?: $Shape | null ; protocolInstanceId?: string | null ; rejected?: $Shape | null } & { accepted?: null ; completed?: null ; rejected?: null ; response?: undefined } | { accepted: $Shape ; completed?: null ; rejected?: null ; response?: "accepted" } | { accepted?: null ; completed?: null ; rejected: $Shape ; response?: "rejected" } | { accepted?: null ; completed: $Shape ; rejected?: null ; response?: "completed" }

Narrowed shape of an UpdateResponse.