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;