Type Alias RecordsDeleteDescriptor

RecordsDeleteDescriptor: {
    interface: Records;
    messageTimestamp: string;
    method: Delete;
    prune: boolean;
    recordId: string;
}

Type declaration

  • interface: Records
  • messageTimestamp: string
  • method: Delete
  • prune: boolean

    Denotes if all the descendent records should be purged.

  • recordId: string