Files
cfw-autumn/shared/enums/AttachErrCode.ts
2026-01-28 15:17:13 +00:00

5 lines
124 B
TypeScript

export enum AttachErrCode {
// InvalidOptions = "invalid_options",
ProductAlreadyAttached = "product_already_attached",
}