Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportedRecord

The record data that a Destination will receive. Comprised of data from the Record and Export models.

Hierarchy

  • ExportedRecord

Index

Properties

newGroups: string[]
newRecordProperties: {}

Type declaration

  • [key: string]: any
oldGroups: string[]
oldRecordProperties: {}

Type declaration

  • [key: string]: any
recordId: string
toDelete: boolean

Generated using TypeDoc