export const customerRoutes = { create: "/api/customers", validate: "/api/customers/validate", getById: (id: string) => `/api/customers/${id}`, };