diff --git a/front/src/types.ts b/front/src/types.ts index 87c851fc3..a40342d0c 100644 --- a/front/src/types.ts +++ b/front/src/types.ts @@ -463,7 +463,7 @@ export interface UserRequest { creation_date: string handled_date: string - metadata: object + metadata: Record } // Notification stuff