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

Interface NativeUploadResult

types.ts:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81export interface NativeUploadResult {
82 success: boolean;
83 url?: string;
84 error?: string;
85}
86
87export interface ShareXUploaderConfig {
88 Version?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected