Type Alias HydraEventMessageSweptMany

HydraEventMessageSweptMany: {
    eventType: "MESSAGE_SWEPT_MANY";
    messageIds: string[];
}

Type declaration

  • eventType: "MESSAGE_SWEPT_MANY"
  • messageIds: string[]