Skip to content

Commit

Permalink
chore(core): relax Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 24, 2024
1 parent 187185f commit c5f54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type Shell = (

const processCwd = Symbol('processCwd')

export type Options = {
export interface Options {
[processCwd]: string
cwd?: string
verbose: boolean
Expand Down

0 comments on commit c5f54ac

Please sign in to comment.