Options to configure OpenAPI client generation when using the generator programmatically.

interface OpenAPIGeneratorOptions {
    generateESM?: boolean;
    schemaPrefix?: string;
}

Properties

generateESM?: boolean

Whether to generate ECMAScript modules instead of CommonJS modules.

schemaPrefix?: string

Prefix all schema names with a value.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.