Skip to content

Commit 0467a31

Browse files
josejuliogithub-actions[bot]
authored andcommitted
Updates ./dist/* files with latest changes
1 parent b15c51d commit 0467a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/MinecraftEventDrivenForm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export interface Entrypoint {
133133
form?: string;
134134
events?: string | Array<EventAction>;
135135
eventArgs?: Array<unknown>;
136-
initialArgs: Record<string, StringResolvable>;
136+
initialArgs?: Record<string, StringResolvable>;
137137
}
138138
export interface FormHub {
139139
entrypoint: string | Entrypoint;

0 commit comments

Comments
 (0)