···205205206206### Node.js
207207208208-You can also generate output programmatically by importing `@hey-api/openapi-ts` in a TypeScript file.
208208+You can also generate output programmatically by calling `createClient()` in a JavaScript/TypeScript file.
209209+210210+#### `script.ts`
209211210212```ts
211213import { createClient } from '@hey-api/openapi-ts';
···268268 */
269269 enabled?: boolean;
270270 /**
271271+ * Whether to export generated symbols.
272272+ *
273273+ * @default true
274274+ */
275275+ exported?: boolean;
276276+ /**
271277 * Custom function to generate metadata for the operation.
272278 * Can return any valid meta object that will be included in the generated query options.
273279 * @param operation - The operation object containing all available metadata
···510516 * @default true
511517 */
512518 enabled: boolean;
519519+ /**
520520+ * Whether to export generated symbols.
521521+ *
522522+ * @default true
523523+ */
524524+ exported: boolean;
513525 /**
514526 * Custom function to generate metadata for the operation.
515527 * Can return any valid meta object that will be included in the generated query options.
···269269 */
270270 enabled?: boolean;
271271 /**
272272+ * Whether to export generated symbols.
273273+ *
274274+ * @default true
275275+ */
276276+ exported?: boolean;
277277+ /**
272278 * Custom function to generate metadata for the operation.
273279 * Can return any valid meta object that will be included in the generated query options.
274280 * @param operation - The operation object containing all available metadata
···511517 * @default true
512518 */
513519 enabled: boolean;
520520+ /**
521521+ * Whether to export generated symbols.
522522+ *
523523+ * @default true
524524+ */
525525+ exported: boolean;
514526 /**
515527 * Custom function to generate metadata for the operation.
516528 * Can return any valid meta object that will be included in the generated query options.
···268268 */
269269 enabled?: boolean;
270270 /**
271271+ * Whether to export generated symbols.
272272+ *
273273+ * @default true
274274+ */
275275+ exported?: boolean;
276276+ /**
271277 * Custom function to generate metadata for the operation.
272278 * Can return any valid meta object that will be included in the generated query options.
273279 * @param operation - The operation object containing all available metadata
···510516 * @default true
511517 */
512518 enabled: boolean;
519519+ /**
520520+ * Whether to export generated symbols.
521521+ *
522522+ * @default true
523523+ */
524524+ exported: boolean;
513525 /**
514526 * Custom function to generate metadata for the operation.
515527 * Can return any valid meta object that will be included in the generated query options.
···270270 */
271271 enabled?: boolean;
272272 /**
273273+ * Whether to export generated symbols.
274274+ *
275275+ * @default true
276276+ */
277277+ exported?: boolean;
278278+ /**
273279 * Custom function to generate metadata for the operation.
274280 * Can return any valid meta object that will be included in the generated query options.
275281 *
···515521 * @default true
516522 */
517523 enabled: boolean;
524524+ /**
525525+ * Whether to export generated symbols.
526526+ *
527527+ * @default true
528528+ */
529529+ exported: boolean;
518530 /**
519531 * Custom function to generate metadata for the operation.
520532 * Can return any valid meta object that will be included in the generated query options.