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

dictionary SharedStorageRunOperationMethodOptions {
  object data;
  boolean resolveToConfig = false;
  boolean keepAlive = false;
  SharedStoragePrivateAggregationConfig privateAggregationConfig;
};