Type alias MergeResult

MergeResult: {
    errors: Error[];
    id?: string | null;
    mergedRecordIds: string[];
    success: boolean;
    updatedRelatedIds: string[];
}

Type declaration

  • errors: Error[]
  • Optional id?: string | null
  • mergedRecordIds: string[]
  • success: boolean
  • updatedRelatedIds: string[]