export type ArchiverVolumeStorageRef = { /** * Manifest S3 mdf. It matches the S3 ETag encoding. */ manifest_s3_md5: string; /** * Manifest S3 URL. */ manifest_s3_url: string; /** * Manifest version. */ manifest_version: string; };