はじまりの大地
このコミットが含まれているのは:
@@ -0,0 +1,8 @@
|
||||
export const UserExportState = {
|
||||
PENDING: 1,
|
||||
PROCESSING: 2,
|
||||
COMPLETED: 3,
|
||||
ERRORED: 4
|
||||
} as const
|
||||
|
||||
export type UserExportStateType = typeof UserExportState[keyof typeof UserExportState]
|
||||
新しい課題から参照
ユーザをブロックする