From 8d63ee689f3a859880e282f861b65fdd1f90fb78 Mon Sep 17 00:00:00 2001 From: wvffle Date: Mon, 25 Jul 2022 21:07:13 +0000 Subject: [PATCH] Fix metadata type --- front/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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