Home > @tridion-sites/open-api-client > SynchronizationAction
Represents the data of a synchronization action of a Repository Local Object against its Schema.
Signature:
export type SynchronizationAction = {
$type?: string;
FieldDescription?: string;
FieldIndex?: number;
FieldName?: string;
SynchronizationActionApplied?: Array<SynchronizeFlags>;
};
References: SynchronizeFlags