mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-22 00:30:25 +08:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export enum MarkAsNotSuitReason {
|
|
UNKNOWN = 0,
|
|
BOSS_INACTIVE = 1,
|
|
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2
|
|
} |