tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > SynchronizationResult

SynchronizationResult type

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