Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 595 Bytes

File metadata and controls

32 lines (21 loc) · 595 Bytes
title Offline
description Offline protocol schemas

{/* ⚠️ AUTO-GENERATED — DO NOT EDIT. Run build-docs.ts to regenerate. Hand-written docs live in the module folders under content/docs/. */}

TypeScript Usage

import { ConflictResolutionSchema } from '@objectstack/spec/automation';
import type { ConflictResolution } from '@objectstack/spec/automation';

// Validate data
const result = ConflictResolutionSchema.parse(data);

ConflictResolution

Allowed Values

  • source_wins
  • destination_wins
  • latest_wins
  • manual
  • merge