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

Interface FileAttachment

src/renderer/src/types/type.ts:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58// 文件附件类型
59export interface FileAttachment {
60 id: string
61 name: string
62 type: string // MIME type
63 size: number
64 localPath: string // 本地文件路径(相对于当前工作区 .pointer/attachments 目录)
65 createdAt: number
66}
67
68export interface ChatMessage {
69 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected