Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/UpdateMessage

Index

Type aliases

Type aliases

UpdateMessage

UpdateMessage: { content?: string; path: string; type: "add" | "change" | "remove" }

A message which wsUpdater can understand.

Type declaration

  • Optional content?: string
  • path: string
  • type: "add" | "change" | "remove"

Generated using TypeDoc