diff --git a/front/src/types.d.ts b/front/src/types.d.ts index d7340f5..a85e202 100644 --- a/front/src/types.d.ts +++ b/front/src/types.d.ts @@ -162,7 +162,7 @@ export interface Testimonial { } export interface Input { - type: HTMLInputTypeAttribute + type?: HTMLInputTypeAttribute name: string label?: string autocomplete?: string @@ -170,6 +170,7 @@ export interface Input { divClass?: string inputClass?: string checked?: bool + value?:string } export interface Textarea {