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.
./dist/*
1 parent b15c51d commit 0467a31Copy full SHA for 0467a31
dist/MinecraftEventDrivenForm.d.ts
@@ -133,7 +133,7 @@ export interface Entrypoint {
133
form?: string;
134
events?: string | Array<EventAction>;
135
eventArgs?: Array<unknown>;
136
- initialArgs: Record<string, StringResolvable>;
+ initialArgs?: Record<string, StringResolvable>;
137
}
138
export interface FormHub {
139
entrypoint: string | Entrypoint;
0 commit comments