Init commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const AbuseState = {
|
||||
PENDING: 1,
|
||||
REJECTED: 2,
|
||||
ACCEPTED: 3
|
||||
} as const
|
||||
|
||||
export type AbuseStateType = typeof AbuseState[keyof typeof AbuseState]
|
||||
Reference in New Issue
Block a user