OutputRef
@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?
optionalerror:unknown
Defined in: packages/core/src/types.ts:430
formatted?
optionalformatted:string|string[] |XMLElement
Defined in: packages/core/src/types.ts:429
id
id:
string
Defined in: packages/core/src/types.ts:421
name
name:
string
Defined in: packages/core/src/types.ts:423
params?
optionalparams: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