Type Alias RequestType

RequestType: { message: JSONValue; type: "foreground" | "background" }

Type declaration

  • message: JSONValue
  • type: "foreground" | "background"