[api-typescript-generator](../../README.md) / [Modules](../modules.md) / [openapi](../modules/openapi.md) / OpenApiContact

# Interface: OpenApiContact

[openapi](../modules/openapi.md).OpenApiContact

The license information for the exposed API.

**`See`**

https://swagger.io/specification/#contact-object

## Table of contents

### Properties

- [email](openapi.OpenApiContact.md#email)
- [name](openapi.OpenApiContact.md#name)
- [url](openapi.OpenApiContact.md#url)

## Properties

### email

• `Optional` **email**: `string`

The email address of the contact person/organization. MUST be in the format of an email address.

___

### name

• `Optional` **name**: `string`

The identifying name of the contact person/organization.

___

### url

• `Optional` **url**: `string`

The URL pointing to the contact information. MUST be in the format of a URL.
