/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import {ProcedureBase} from './events_procedure_base.js'; /** * The base event for an event associated with a procedure parameter. */ export class ProcedureParameterBase extends ProcedureBase {}