@signiant/media-shuttle-sdk
Version:
The SDK for supporting file transfer to and from Media Shuttle
8 lines • 320 B
TypeScript
import PlatformTransferOptions from './PlatformTransferOptions';
export default interface PlatformUploadOptions extends PlatformTransferOptions {
/**
* This is the subfolder under which the uploaded files will be placed
*/
destinationPath?: string;
}
//# sourceMappingURL=PlatformUploadOptions.d.ts.map