MCPcopy Index your code
hub / github.com/ScattrdBlade/bigFileUpload / ShareXUploaderConfig

Interface ShareXUploaderConfig

types.ts:87–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87export interface ShareXUploaderConfig {
88 Version?: string;
89 Name?: string;
90 DestinationType?: string;
91 RequestMethod?: string;
92 RequestURL?: string;
93 Headers?: Record<string, string | number | boolean>;
94 Body?: string;
95 FileFormName?: string;
96 Arguments?: Record<string, string | number | boolean>;
97 URL?: string;
98 ErrorMessage?: string;
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected