Type Alias LoadStateServerMessage

LoadStateServerMessage: {
    lifecycle: "initial" | "refresh";
    state: "loading" | "ready";
    type: "loadState";
}

Type declaration

  • lifecycle: "initial" | "refresh"
  • state: "loading" | "ready"
  • type: "loadState"