7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
export enum AttachErrCode {
|
|
// InvalidOptions = "invalid_options",
|
|
ProductAlreadyAttached = "product_already_attached",
|
|
|
|
InvalidOptions = "invalid_options",
|
|
}
|