UNPKG

nsn-service-type

Version:

NSN服务类型定义组件

8 lines (6 loc) 189 B
import { Config } from 'nsn-entity'; /** list 查询参数 */ export type ConfigListParams = Pick<Config, 'category'>; /** 系统-配置参数 服务 */ export interface ConfigService { }