UNPKG

tencentcloud-edgeone-migration-nodejs-v2

Version:

tencentcloud cdn config copy to edgeone

19 lines (18 loc) 269 B
import { Metadata } from "./metadata"; /** * 服务信息 */ export interface Service { /** * 命名空间 */ namespace: string; /** * 服务名 */ service: string; /** * 元数据信息 */ metadata?: Metadata; }