Files
cfw-autumn/shared/api/errors/codes/cusProductErrCodes.ts
2025-10-01 16:17:15 +01:00

5 lines
171 B
TypeScript

export const CusProductErrorCode = {
CustomerProductNotFound: "customer_product_not_found",
CustomerProductAlreadyExists: "customer_product_already_exists",
} as const;