You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
484 B

declare const taskRunKeys: readonly ["project", "target", "configuration", "hash", "code", "status", "start", "end"];
export type TaskRun = Record<(typeof taskRunKeys)[number], string>;
export declare function getHistoryForHashes(hashes: string[]): Promise<{
[hash: string]: TaskRun[];
}>;
export declare function writeTaskRunsToHistory(taskRuns: TaskRun[]): Promise<void>;
export declare const taskHistoryFile: string;
export {};
//# sourceMappingURL=legacy-task-history.d.ts.map