MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / ScanFileLike

Interface ScanFileLike

helpers/scanner/scan.ts:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19type FileArrayBuffer = ArrayBuffer
20
21export interface ScanFileLike {
22 arrayBuffer?: FileArrayBuffer | (() => Promise<FileArrayBuffer>)
23 blob?: Blob
24 buffer?: ArrayBuffer | ArrayBufferView
25 mimeType?: string
26 name: string
27 size?: number
28 type?: string
29}
30
31export interface ScanDetail {
32 label: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected