update
This commit is contained in:
6
src/Services/PlayerDto.ts
Normal file
6
src/Services/PlayerDto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
interface PlayerMongoData {
|
||||
id: string;
|
||||
nick: string;
|
||||
}
|
||||
|
||||
export default PlayerDto;
|
||||
Reference in New Issue
Block a user