OpenSpecContact
@tsed/openspec
Usage
typescript
import { OpenSpecContact } from "@tsed/openspec";Overview
ts
interface OpenSpecContact {
name?: string;
email?: string;
url?: string;
}name
ts
name?: string;The identifying name of the contact person/organization.
email
ts
email?: string;The email address of the contact person/organization. MUST be in the format of an email address.
url
ts
url?: string;The URL pointing to the contact information. MUST be in the format of a URL.