Skip to content

Commit 9e614d1

Browse files
committed
Prep deprecation of Yes/No values
1 parent b0f4808 commit 9e614d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface AppConfig {
2727
/**
2828
* Use asynchronous handler?
2929
*/
30-
asynchronous: string,
30+
asynchronous: boolean | string,
3131

3232
/**
3333
* Function timeout (in seconds)

0 commit comments

Comments
 (0)