5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
export declare function shouldPauseForFinalWaveApproval(input: {
|
|
planPath: string;
|
|
taskOutput: string;
|
|
}): boolean;
|