This commit is contained in:
2025-12-16 09:39:10 +01:00
parent bc1911e26d
commit a08414717d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mtlsz/common",
"version": "3.4.0",
"version": "3.4.1",
"description": "MTLSZ frontend packages",
"main": "dist/index.ts",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,8 @@
export interface GuestPlayerFromOtherCountryRequest {
id?: number;
name: string;
lastName: string;
firstName: string;
gender: string;
rankingSingles: number | null;
rankingDoubles: number | null;
rankingMixed: number | null;