Skip to content

Commit

Permalink
fix: fix TShellOptions type
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
antongolub committed Oct 30, 2024
1 parent 04301a6 commit baa38f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ts/x.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface TShellCtx extends TZurkCtx, TShellCtxExtra {
}

export type TShellOptions = Omit<TZurkOptions, 'input'> & {
qoute?: TQuote
quote?: TQuote
input?: TShellCtx['input'] | TShellResponse | TShellResponseSync | null
} & TShellOptionsExtra

Expand Down

0 comments on commit baa38f7

Please sign in to comment.