Files
cozsweet-frontend-nextjs/src/data/dto/payment/index.ts
T
admin 9cb9534459
Docker Image / Build and Push Docker Image (push) Successful in 2m50s
refactor(dto): group request and response models
2026-07-07 16:43:08 +08:00

8 lines
125 B
TypeScript

/**
* @file Payment DTO barrel.
*/
export * from "./payment_plan";
export * from "./request";
export * from "./response";