MCPcopy Create free account
hub / github.com/Surfer-Org/Protocol / IUserFile

Interface IUserFile

desktop/src/renderer/types/interfaces.ts:1–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IUserFile {
2 uniqueID: string;
3 mimeType: any;
4 id: string;
5 userId: string;
6 path: string;
7 dateCreated: number;
8 dateModified: number;
9 type: string;
10 content: string;
11 lastIndexed: number;
12}
13
14export interface IPreferences {
15 contentScale: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected