UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

19 lines (15 loc) 575 B
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.6.1 // protoc v3.17.1 // 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; }