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