OutputRef

@daydreamsai/core


@daydreamsai/core / OutputRef

Type Alias: OutputRef<Data>

OutputRef<Data> = object

Defined in: packages/core/src/types.ts:420

Reference to an output event in the system

Type Parameters

Data

Data = any

Properties

content

content: string

Defined in: packages/core/src/types.ts:425


data

data: Data

Defined in: packages/core/src/types.ts:426


error?

optional error: unknown

Defined in: packages/core/src/types.ts:430


formatted?

optional formatted: string | string[] | XMLElement

Defined in: packages/core/src/types.ts:429


id

id: string

Defined in: packages/core/src/types.ts:421


params?

optional params: Record<string, string>

Defined in: packages/core/src/types.ts:424


processed

processed: boolean

Defined in: packages/core/src/types.ts:428


ref

ref: "output"

Defined in: packages/core/src/types.ts:422


timestamp

timestamp: number

Defined in: packages/core/src/types.ts:427


type

type: string

Defined in: packages/core/src/types.ts:423