Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerFile authored Jan 4, 2024
1 parent 52cf029 commit a297dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/protoform/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a297dbe

Please sign in to comment.