Skip to content

Commit 29b3359

Browse files
committed
add | undefined ts type
1 parent 3b82e7f commit 29b3359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-native-windows/cli/src/utils/architecturePrompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function promptForArchitectureChoice(
4646

4747
while (attempts < maxRetries) {
4848
try {
49-
let timeoutId: NodeJS.Timeout;
49+
let timeoutId: NodeJS.Timeout | undefined;
5050

5151
const userInputPromise = prompts(
5252
{

0 commit comments

Comments
 (0)