MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / UploadResponse

Interface UploadResponse

types.ts:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67];
68
69export interface UploadResponse {
70 files: {
71 id: string;
72 type: string;
73 url: string;
74 }[];
75}
76
77export interface NestUploadResponse {
78 fileURL: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected