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

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

Properties

generateESM?: boolean

Whether to generate ECMAScript modules instead of CommonJS modules.

resolveExternal?: boolean

Resolve external references.

schemaPrefix?: string

Prefix all schema names with a value.

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

MMNEPVFCICPMFPCPTTAAATR