Skip to content

Commit

Permalink
update ts-rs bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmindev committed Jul 4, 2023
1 parent c588d6e commit 5613e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/GameType.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.

export type GameType = "MinecraftJava" | "Generic";
export type GameType = "MinecraftJava" | "MinecraftBedrock" | "Generic";
2 changes: 1 addition & 1 deletion bindings/MacroEventInner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { ExitStatus } from "./ExitStatus";

export type MacroEventInner = { type: "Started" } | { type: "MainModuleExecuted" } | { type: "Detach" } | { type: "Stopped", exit_status: ExitStatus, };
export type MacroEventInner = { type: "Started" } | { type: "Detach" } | { type: "Stopped", exit_status: ExitStatus, };

0 comments on commit 5613e89

Please sign in to comment.