// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
//   protoc-gen-ts_proto  v1.181.1
//   protoc               v3.12.4
// source: test/common/Assert.proto

/* eslint-disable */
import { type Any } from "google-protobuf/google/protobuf/any_pb.js";

/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */

/** Assert will have parameters to capture the test conditions to validate the outcome of the API */
export interface Assert {
  name?: string | undefined;
  key?: string | undefined;
  value?: Any | undefined;
  action?: string | undefined;
}
