Share via


UserRequestResponseOperationsItemOutput interface

The operation user wants to perform.

Properties

payload

The payload of each operation which user want to submit.

type

The operation type.

workflowRunIds

Property Details

payload

The payload of each operation which user want to submit.

payload: Record<string, unknown>

Property Value

Record<string, unknown>

type

The operation type.

type: "CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"

Property Value

"CreateTerm" | "UpdateTerm" | "DeleteTerm" | "ImportTerms" | "UpdateAsset" | "GrantDataAccess"

workflowRunIds

workflowRunIds?: string[]

Property Value

string[]