mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-19 10:42:20 +00:00
5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
export interface RankModel {
|
|
id: string;
|
|
name: string;
|
|
}
|