@apistudio/apim-cli
Version:
CLI for API Management Products
14 lines • 434 B
TypeScript
import { GatewaysJson } from '../index.js';
export declare const processDeployment: (gatewaysJsonContent: GatewaysJson, zipBuffer: Buffer) => Promise<({
error: boolean;
statusCode: any;
data: any;
} | {
error: boolean;
message: string;
})[]>;
export declare function validateGateways(url: string, authHeader: string): Promise<{
data: string;
status: number;
}>;
//# sourceMappingURL=deploy-manager.d.ts.map