This commit is contained in:
2025-08-19 16:35:13 +02:00
parent d7a3e9d790
commit 4301da7dae
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -20,4 +20,5 @@ export interface ConfirmationRequest {
| TeamAdminConfirmationRequest
| OfficialConfirmationRequest;
canBeRevoked: boolean | null;
createdAt: string | null;
}