Home > @tridion-sites/open-api-client > SynchronizationResult
Represents the data of synchronization of item content and/or metadata with the current schema.
Signature:
export type SynchronizationResult = {
$type?: string;
SynchronizationActions?: Array<SynchronizationAction>;
SynchronizedItem?: IdentifiableObject;
};
References: SynchronizationAction, IdentifiableObject