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