From a297dbe91c94cb3c029161f2a7b512db2a171bf5 Mon Sep 17 00:00:00 2001 From: GamerFile <107175636+GamerFile@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:49:28 +0530 Subject: [PATCH] Update index.d.ts --- scripts/protoform/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/protoform/index.d.ts b/scripts/protoform/index.d.ts index 2cc73385..3c46a736 100644 --- a/scripts/protoform/index.d.ts +++ b/scripts/protoform/index.d.ts @@ -7,7 +7,7 @@ interface FormResponse { declare class ProtoForm { constructor(options: { title: string; - fields?: [string, any[]][]; + fields?: [any | any[]][]; body?: string; btn1?: string; btn2?: string;