RecordChangeStatus: {
    Complete: "Complete";
    Error: "Error";
    Pending: "Pending";
} = ...

The possible status values for a record change

Type declaration

  • Readonly Complete: "Complete"
  • Readonly Error: "Error"
  • Readonly Pending: "Pending"