@itwin/object-storage-core
Version:
Core generic object storage interfaces
4 lines • 322 B
TypeScript
import { ConfigTransferInput, UrlTransferInput } from "./Interfaces";
export declare function isUrlTransferInput(input: UrlTransferInput | ConfigTransferInput): input is UrlTransferInput;
export declare function inputToStorageType(input: UrlTransferInput | ConfigTransferInput): string;
//# sourceMappingURL=Utils.d.ts.map