Interface Operation

Contains the details of an operation, such as update or deletion, supplied by the actioning client.

Hierarchy

  • Operation

Properties

clientId?: string

The client ID of the client that initiated the operation.

description?: string

The description provided by the client that initiated the operation.

metadata?: Record<string, string>

A JSON object of string key-value pairs that may contain metadata associated with the operation.

Generated using TypeDoc