// Core router
const coreApiRouter = router({
billing: billingRouter,
customer: customerRouter,
appointment: appointmentRouter,
note: noteRouter,
});
// Core router
const coreApiRouter = router({
billing: billingRouter,
customer: customerRouter,
appointment: appointmentRouter,
note: noteRouter,
});