import { Config } from 'nsn-entity';

/** list 查询参数 */
export type ConfigListParams = Pick<Config, 'category'>;

/** 系统-配置参数 服务 */
export interface ConfigService {
}