[Docs] [Bug] Fix types for PhaseInterceptor

This commit is contained in:
Sirz Benjie 2025-09-11 08:33:45 -05:00
parent a5f80ab490
commit 90d58c4457
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -111,8 +111,8 @@ export class PhaseInterceptor {
private intervalRun: NodeJS.Timeout;
private prompts: PromptHandler[];
private inProgress?: InProgressStub;
private originalSetMode: UI["setMode"];
private originalSuperEnd: Phase["end"];
private originalSetMode: typeof UI.prototype.setMode;
private originalSuperEnd: typeof Phase.prototype.end;
/**
* List of phases with their corresponding start methods.