export default function convertData(data: Array | { data?: Array; currentPage?: string; totalCount?: string; }): { dataSource: any; currentPage: number; totalCount: number; };