We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f685bda commit 2be99c8Copy full SHA for 2be99c8
src/Hub.ts
@@ -6,7 +6,7 @@ export interface Entrypoint {
6
form?: string;
7
events?: string | Array<EventAction>;
8
eventArgs?: Array<unknown>;
9
- initialArgs: Record<string, StringResolvable>;
+ initialArgs?: Record<string, StringResolvable>;
10
}
11
12
export interface FormHub {
0 commit comments