import type { PageResponse } from '@sinoui/use-rest-page-api'; /** * 获取列表数据转换函数 * * @param pageName 页面名称 * @returns 返回列表数据转换函数 */ export default function useTransformDataList(pageName: string): (response: any) => PageResponse | Promise>;