From 75666740eef75d8fd57d90f714ee0c88381647ec Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 4 Jun 2024 22:38:29 +0200 Subject: [PATCH] fix one error --- front/src/types.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/types.d.ts b/front/src/types.d.ts index f260e83..d7340f5 100644 --- a/front/src/types.d.ts +++ b/front/src/types.d.ts @@ -169,6 +169,7 @@ export interface Input { placeholder?: string divClass?: string inputClass?: string + checked?: bool } export interface Textarea {