// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module extensions.mojom; import "third_party/blink/public/mojom/blob/serialized_blob.mojom"; // Data that is part of the response to an extension API request but that can't // be encoded in the ListValue that holds most of the response data. struct ExtraResponseData { array blobs; };