RecordsDeletedEvent: InternalMessage & {
    historyItemId: string;
    recordIds: string[];
}

Type declaration

  • historyItemId: string
  • recordIds: string[]