refactor: replace overloaded surface terminology

This commit is contained in:
Turtle
2026-07-24 19:54:25 +08:00
parent c172faed37
commit 0c708cb10d
626 changed files with 1396 additions and 1397 deletions

View File

@@ -47,7 +47,7 @@ export class UserInteractionError extends HarnessError {
}
}
/** `ctx.userInteraction`: one active UI provider plus an `ask()` surface. */
/** `ctx.userInteraction`: one active UI provider plus an `ask()` API. */
export class UserInteractionService extends Service {
private provider: UserInteractionProvider | undefined