UNPKG

@cainiaofe/cn-ui-m

Version:
14 lines (13 loc) 201 B
/** * 请求函数的参数 */ export type ISelectRequestServiceQuery = [ { params?: { key?: string; }; data?: { key?: string; }; } ];