@apistudio/apim-cli
Version:
CLI for API Management Products
10 lines • 424 B
TypeScript
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;
}
//# sourceMappingURL=Assert.d.ts.map