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", "name": "@mtlsz/common",
"version": "3.2.5", "version": "3.2.6",
"description": "MTLSZ frontend packages", "description": "MTLSZ frontend packages",
"main": "dist/index.ts", "main": "dist/index.ts",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

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