2025-10-28 15:55:46 +09:00
|
|
|
/**
|
2025-10-29 13:29:28 +09:00
|
|
|
* Orders Domain - Checkout Types
|
2025-12-25 17:30:02 +09:00
|
|
|
*
|
2025-10-29 13:29:28 +09:00
|
|
|
* Minimal type definitions for checkout flow.
|
|
|
|
|
* Frontend handles its own URL param serialization.
|
2025-10-28 15:55:46 +09:00
|
|
|
*/
|
|
|
|
|
|
2025-10-29 13:29:28 +09:00
|
|
|
// This file is intentionally minimal after cleanup.
|
|
|
|
|
// The build/derive/normalize functions were removed as they were
|
|
|
|
|
// unnecessary abstractions that should be handled by the frontend.
|
2025-12-25 17:30:02 +09:00
|
|
|
//
|
2025-10-29 13:29:28 +09:00
|
|
|
// See CLEANUP_PROPOSAL_NORMALIZERS.md for details.
|