Logo
Interfaces

TypedAgentData

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

TypedAgentData interface for typed agent data

Type Parameters

T

T = unknown

Properties

id

id: string

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

The unique ID of the agent data record.


agentUrlId

agentUrlId: string

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

The ID of the agent that created the data.


collection?

optional collection: string

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

The collection of the agent data.


data

data: T

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

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


createdAt

createdAt: Date

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

The date and time the data was created.


updatedAt

updatedAt: Date

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

The date and time the data was last updated.