IOperation

Interface

IOperation Represents some operation within the system.

Used as a means to track the calls, inputs and outputs during complex processes

Properties

Property Type Notes
id string

Unique identifier: i.e getItem-3fc, convertToTemplate-bc7

inputs Record<stringunknown>

Inputs to the operation

type string

What type of operation is this i.e. getItem, convertToTemplate

duration Optional number
output Optional Record<stringunknown>
startedAt Optional number
state Optional string

Interface defined in common/src/types.ts:263