const [invoice, customers]: [InvoiceForm, CustomerField] = await Promise.all([ fetchInvoiceById(id), fetchCustomers(), ]);
阅读量:1
点赞量:0