export type Rank = { id: number name: string short_name: string category: string sortOrder: number }