UNPKG

nsn-entity

Version:

NSN实体组件

12 lines (9 loc) 198 B
/** smartbi 配置 */ export interface SmartBIConfig { /** 上下文,格式:smartbi */ ctx: string; /** 管理员账号 */ user: string; /** 管理员密码 */ password: string; }