MCPcopy Index your code
hub / github.com/MiniMax-AI/OpenRoom / FileMetadata

Interface FileMetadata

apps/webuiapps/src/types/fileSystem.ts:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * File node metadata
10 */
11export interface FileMetadata {
12 /** File size (bytes) */
13 size?: number;
14 /** Creation timestamp (milliseconds) */
15 createdAt?: number;
16 /** Update timestamp (milliseconds) */
17 updatedAt?: number;
18 /** MIME type */
19 mimeType?: string;
20}
21
22/**
23 * File node type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected