Skip to content

Commit 2be99c8

Browse files
committed
fix: Make initialArgs optional
1 parent f685bda commit 2be99c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface Entrypoint {
66
form?: string;
77
events?: string | Array<EventAction>;
88
eventArgs?: Array<unknown>;
9-
initialArgs: Record<string, StringResolvable>;
9+
initialArgs?: Record<string, StringResolvable>;
1010
}
1111

1212
export interface FormHub {

0 commit comments

Comments
 (0)