Type Alias SSHUploadFileCallback
SSHUploadFileCallback: (
local: string,
remote: string,
error: Error | null,
) => any
Type Declaration
-
- (local: string, remote: string, error: Error | null): any
-
Parameters
- local: string
- remote: string
- error: Error | null
Returns any