Share via


Operation interface

The operation user wants to perform.

Properties

payload

The payload of each operation which user want to submit.

type

The operation type.

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"