Skip to content

Documentation / @agentick/react / AttachmentInput

Interface: AttachmentInput

Defined in: client/src/chat-types.ts:21

Properties

mimeType

mimeType: string

Defined in: client/src/chat-types.ts:23


name

name: string

Defined in: client/src/chat-types.ts:22


size?

optional size: number

Defined in: client/src/chat-types.ts:25


source

source: string | AttachmentSource

Defined in: client/src/chat-types.ts:24

Released under the ISC License.