diff --git a/src/main/ts/x.ts b/src/main/ts/x.ts index 33f2cae..69d463f 100644 --- a/src/main/ts/x.ts +++ b/src/main/ts/x.ts @@ -56,7 +56,7 @@ export interface TShellCtx extends TZurkCtx, TShellCtxExtra { } export type TShellOptions = Omit & { - qoute?: TQuote + quote?: TQuote input?: TShellCtx['input'] | TShellResponse | TShellResponseSync | null } & TShellOptionsExtra