Interface IApiOptionInfo

API基础信息

interface IApiOptionInfo {
    basePath?: string;
    description?: string;
    host?: string;
    title?: string;
    version?: Date;
}

Properties

basePath?: string

API默认位置

description?: string

项目描述(可以为 markdown 字符串)

host?: string

服务器host地址

title?: string

项目标题

version?: Date

项目版本

Generated using TypeDoc