MCPcopy Create free account
hub / github.com/experdot/pointer / FileAttachment

Interface FileAttachment

src/renderer/src/types/type.ts:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20// 文件附件类型
21export interface FileAttachment {
22 id: string
23 name: string
24 type: string // MIME type
25 size: number
26 localPath: string // 本地文件路径(相对于attachments目录)
27 createdAt: number // 创建时间
28}
29
30export interface ChatMessage {
31 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected