Logo
Interfaces

TypedAgentData

Defined in: packages/cloud/src/beta/agent/types.ts:81

TypedAgentData interface for typed agent data

Type Parameters

T

T = unknown

Properties

id

id: string

Defined in: packages/cloud/src/beta/agent/types.ts:83

The unique ID of the agent data record.


agentUrlId

agentUrlId: string

Defined in: packages/cloud/src/beta/agent/types.ts:85

The ID of the agent that created the data.


collection?

optional collection: string

Defined in: packages/cloud/src/beta/agent/types.ts:87

The collection of the agent data.


data

data: T

Defined in: packages/cloud/src/beta/agent/types.ts:89

The data of the agent data. Usually an ExtractedData<SomeOtherType>


createdAt

createdAt: Date

Defined in: packages/cloud/src/beta/agent/types.ts:91

The date and time the data was created.


updatedAt

updatedAt: Date

Defined in: packages/cloud/src/beta/agent/types.ts:93

The date and time the data was last updated.