Skip to documentation content
On this page
  1. Reference

syncPolicy

Configures syncPolicy for Repository preferences from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeenumDeclared input representation.
defaultinheritRelease default applied when the field is omitted.
typescriptType"manual" | "inherit" | "auto-fetch" | "auto-sync"Compiler-resolved TypeScript contract.
requiredtrue
allowed["manual","inherit","auto-fetch","auto-sync"]Allowed declaration values.

Configures syncPolicy for Repository preferences from its authoritative release declaration.

The declared value type is enum. The release default is inherit. Allowed values are ["manual","inherit","auto-fetch","auto-sync"]. This field is required.