| 85 | } |
| 86 | |
| 87 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected