Skip to content

Commit c5f54ac

Browse files
committed
chore(core): relax Options type
1 parent 187185f commit c5f54ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export type Shell = (
4343

4444
const processCwd = Symbol('processCwd')
4545

46-
export type Options = {
46+
export interface Options {
4747
[processCwd]: string
4848
cwd?: string
4949
verbose: boolean

0 commit comments

Comments
 (0)