UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

29 lines (24 loc) 848 B
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v1.181.1 // protoc v3.12.4 // 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", }