- Removed the TransformInterceptor to streamline response handling, ensuring that all responses are returned directly without a success envelope. - Updated various controllers and services to utilize new action response schemas, enhancing clarity and consistency in API responses. - Refactored error handling in the CsrfController and CheckoutController to improve logging and error management. - Cleaned up unused imports and optimized code structure for better maintainability and clarity across the application.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|