Rank change system UI first pass
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type Rank = {
|
||||
id: number
|
||||
name: string
|
||||
short_name: string
|
||||
category: string
|
||||
sortOrder: number
|
||||
}
|
||||
Reference in New Issue
Block a user