We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935ecb7 commit 46a7fccCopy full SHA for 46a7fcc
1 file changed
js/src/sandbox.ts
@@ -88,7 +88,7 @@ export interface CreateCodeContextOpts {
88
*
89
* @default python
90
*/
91
- language?: 'python' | 'javascript' | 'typescript' | 'r' | 'java' | 'bash' | (string & NonNullable<unknown>)
+ language?: 'python' | 'javascript' | 'typescript' | 'r' | 'java' | 'bash' | string
92
/**
93
* Timeout for the request in **milliseconds**.
94
@@ -149,7 +149,7 @@ export class Sandbox extends BaseSandbox {
149
150
* If not defined, the default Python context is used.
151
152
153
}
154
): Promise<Execution>
155
0 commit comments