// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This interface is not web-exposed. It is used to generate a ScriptWrappable
// object used to store task state as continuation embedder data.
interface ScriptWrappableTaskState {
};