// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
//   protoc-gen-ts_proto  v2.6.1
//   protoc               v3.17.1
// source: test/Assertion.proto

/* eslint-disable */
import { type Metadata } from "../common/Metadata.js";
import { type Assert } from "./common/Assert.js";

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

/** The Assertion related information for testing API is captured in the Assertion */
export interface Assertion {
  kind?:
    | string
    | undefined;
  /** common metadata to identify a specific asset in the files */
  metadata?: Metadata | undefined;
  spec?: Assert[] | undefined;
  kindEnum?: Assertion_KindEnums | undefined;
  apiVersion?: string | undefined;
}

/** Kind id supported for environment sequence */
export enum Assertion_KindEnums {
  Assertion = "Assertion",
}
