Contact information for the exposed API.

interface IContact {
    email?: string;
    name?: string;
    url?: string;
}

Properties

Properties

email?: string

The email address of the contact person/organization.

email

name?: string

The identifying name of the contact person/organization.

url?: string

The URL pointing to the contact information.