[api-typescript-generator](../../README.md) / [Modules](../modules.md) / [openapi-client](../modules/openapi_client.md) / OpenApiClientGeneratorConfigComments

# Interface: OpenApiClientGeneratorConfigComments

[openapi-client](../modules/openapi_client.md).OpenApiClientGeneratorConfigComments

Configuration for additional comments.

## Table of contents

### Properties

- [leadingComment](openapi_client.OpenApiClientGeneratorConfigComments.md#leadingcomment)
- [trailingComment](openapi_client.OpenApiClientGeneratorConfigComments.md#trailingcomment)

## Properties

### leadingComment

• `Optional` **leadingComment**: `string`

Comment to prepend to the generated files. This can be used to add a "Do not edit" warning, "Generated by"
message or a license.

___

### trailingComment

• `Optional` **trailingComment**: `string`

Comment to append to the generated files.
