MCPcopy
hub / github.com/NanmiCoder/MediaCrawler / DataFile

Interface DataFile

webui/src/types/crawler.ts:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface DataFile {
32 name: string
33 path: string
34 size: number
35 modified_at: number
36 record_count: number | null
37 type: string
38}
39
40export interface Platform {
41 value: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected