UNPKG

@openapi-generator-plus/typescript-fetch-client-generator2

Version:
12 lines (10 loc) 431 B
import { CodegenOptionsTypeScript } from '@openapi-generator-plus/typescript-generator-common' /** * Options specific to the template that the user can provide to the code generation process. */ export interface CodegenOptionsTypeScriptFetchClient extends CodegenOptionsTypeScript { /** * Whether polyfills should be included for features that browsers might not have, or might not do well. */ includePolyfills: boolean }