UNPKG

370 BTypeScriptView Raw
1import { Command } from '@heroku-cli/command';
2import * as Heroku from '@heroku-cli/schema';
3export declare function displayAndExit(pipeline: Heroku.Pipeline, number: number, command: Command): Promise<void>;
4export declare function displayTestRunInfo(command: Command, testRun: Heroku.TestRun, testNodes: Heroku.TestNode[], nodeArg: string | undefined): Promise<void>;