Rank change system UI first pass
This commit is contained in:
7
shared/types/rank.ts
Normal file
7
shared/types/rank.ts
Normal file
@@ -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