generated from ShadowVR/AI_botter
7 lines
402 B
TypeScript
7 lines
402 B
TypeScript
|
import { PullDetail, PullResult } from '../../../typings';
|
||
|
import { PullFailedSummary } from '../responses/PullSummary';
|
||
|
import { TaskParser } from '../types';
|
||
|
export declare const parsePullDetail: TaskParser<string, PullDetail>;
|
||
|
export declare const parsePullResult: TaskParser<string, PullResult>;
|
||
|
export declare function parsePullErrorResult(stdOut: string, stdErr: string): "" | PullFailedSummary;
|