|
@@ -64,6 +64,6 @@ const convertRoutes = api.route('/api/v1/convert', convertRoute)
|
|
|
export type AuthRoutes = typeof authRoutes
|
|
export type AuthRoutes = typeof authRoutes
|
|
|
export type UserRoutes = typeof userRoutes
|
|
export type UserRoutes = typeof userRoutes
|
|
|
export type ExcelTemplatesRoutes = typeof excelTemplatesRoutes
|
|
export type ExcelTemplatesRoutes = typeof excelTemplatesRoutes
|
|
|
-export type tRoutes = = typeof convertRoutes
|
|
|
|
|
|
|
+export type ConvertRoutes = typeof convertRoutes
|
|
|
|
|
|
|
|
export default api
|
|
export default api
|