1 2 3 4 5 6
interface servicesTableData { total:number, tableList:string[] } export {servicesTableData}