/** Copy object output. */
export interfaceStorageCopyObjectOut {
/** The entity tag is a hash of the object that reflects changes only to the contents. */
etag: string;
/** Version ID of the copied object. */
versionId?: string;
}
//# sourceMappingURL=StorageCopyObjectOut.d.ts.map