@itwin/object-storage-azure
Version:
Object storage implementation using Azure Blob Storage
6 lines • 571 B
TypeScript
import { FrontendConfigDownloadInput, FrontendConfigUploadInput, FrontendUploadInMultiplePartsInput } from "@itwin/object-storage-core/lib/frontend";
import { AzureTransferConfigInput } from "../common";
export type FrontendAzureConfigDownloadInput = FrontendConfigDownloadInput & AzureTransferConfigInput;
export type FrontendAzureConfigUploadInput = FrontendConfigUploadInput & AzureTransferConfigInput;
export type FrontendAzureUploadInMultiplePartsInput = FrontendUploadInMultiplePartsInput & AzureTransferConfigInput;
//# sourceMappingURL=FrontendInterfaces.d.ts.map