5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export const CusProductErrorCode = {
|
|
CustomerProductNotFound: "customer_product_not_found",
|
|
CustomerProductAlreadyExists: "customer_product_already_exists",
|
|
} as const;
|