UNPKG

@cdwx/system

Version:

成都文宣业务类服务模块组件库

8 lines (7 loc) 316 B
import type { IDictionaryItem } from '@cdwx/apis'; import type { HttpRequestConfig, HttpResponse } from '@cdwx/http'; /** * @param dictCode 字典类型 * @param config 请求配置 */ export declare function getDictListApi(dictCode: string, config?: HttpRequestConfig): Promise<HttpResponse<IDictionaryItem[]>>;