This commit is contained in:
2025-08-01 18:00:52 +02:00
parent 04df85bdbc
commit dfb68e99b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -6,7 +6,7 @@ export interface Player extends GenericUser {
id?: number;
gender: string;
birthDate: string;
birthPlace: string | null;
birthPlace?: string | null;
officialId?: number;
club: Club;
active?: boolean;