Type alias ErrorEvent

ErrorEvent: Event & {
    message: string | undefined;
    type: "error";
}

Type declaration

  • message: string | undefined
  • type: "error"

Generated using TypeDoc