chromium/third_party/blink/renderer/modules/shared_storage/shared_storage_url_with_metadata.idl

dictionary SharedStorageUrlWithMetadata {
  required USVString url;
  object reportingMetadata;
};