Skip to content

Commit 58922dc

Browse files
committed
set to optional
1 parent 99f0b32 commit 58922dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface CommonOptions {
6060
}
6161

6262
export interface CommonPromptOptions extends CommonOptions {
63-
clearPromptOnDone: boolean;
63+
clearPromptOnDone?: boolean;
6464
}
6565

6666
export const clearPrompt = (opts: CommonPromptOptions) => {

0 commit comments

Comments
 (0)