# Interface OpenSpecContact

Interface
Module
import { OpenSpecContact } from "@tsed/openspec"
Source/packages/specs/openspec/src/types/common/OpenSpecInfo.ts

# Overview

interface OpenSpecContact {
name?<span class="token punctuation">:</span> <span class="token keyword">string</span><span class="token punctuation">;</span>

email?<span class="token punctuation">:</span> <span class="token keyword">string</span><span class="token punctuation">;</span>

url?<span class="token punctuation">:</span> <span class="token keyword">string</span><span class="token punctuation">;</span>

}

# Members

name?: string;

The identifying name of the contact person/organization.


email?: string;

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


url?: string;

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