interface servicesTableData { total:number, tableList:string[] } export {servicesTableData}