Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / WireFileGeneratedEvent
Interface: WireFileGeneratedEvent
Defined in: packages/core/src/types/agent-event-wire.ts:43
Wire twin of FileGeneratedEvent.
Stable
Extends
Omit<FileGeneratedEvent,"data">
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
data | readonly | EncodedBytes | - | packages/core/src/types/agent-event-wire.ts:44 |
mimeType | readonly | string | Omit.mimeType | packages/core/src/types/agent-event.ts:266 |
type | readonly | "file.generated" | Omit.type | packages/core/src/types/agent-event.ts:265 |