# Interface OpenSpecLicense

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

# Overview

interface OpenSpecLicense {
name<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 license name used for the API.


url?: string;

A URL to the license used for the API. MUST be in the format of a URL.